QxOrm  1.4.9
C++ Object Relational Mapping library
qx::QxCollection< Key, Value >::compareKeyValue< bIsPointer, dummy > Struct Template Reference

#include <QxCollection.h>

List of all members.

Static Public Member Functions

static bool compareByKeyAscending (const type_pair_key_value &v1, const type_pair_key_value &v2)
static bool compareByKeyDescending (const type_pair_key_value &v1, const type_pair_key_value &v2)
static bool compareByValueAscending (const type_pair_key_value &v1, const type_pair_key_value &v2)
static bool compareByValueDescending (const type_pair_key_value &v1, const type_pair_key_value &v2)

Detailed Description

template<typename Key, typename Value>
template<bool bIsPointer, int dummy>
struct qx::QxCollection< Key, Value >::compareKeyValue< bIsPointer, dummy >

Definition at line 245 of file QxCollection.h.


Member Function Documentation

template<typename Key, typename Value>
template<bool bIsPointer, int dummy>
static bool qx::QxCollection< Key, Value >::compareKeyValue< bIsPointer, dummy >::compareByKeyAscending ( const type_pair_key_value v1,
const type_pair_key_value v2 
) [inline, static]

Definition at line 247 of file QxCollection.h.

template<typename Key, typename Value>
template<bool bIsPointer, int dummy>
static bool qx::QxCollection< Key, Value >::compareKeyValue< bIsPointer, dummy >::compareByKeyDescending ( const type_pair_key_value v1,
const type_pair_key_value v2 
) [inline, static]

Definition at line 248 of file QxCollection.h.

template<typename Key, typename Value>
template<bool bIsPointer, int dummy>
static bool qx::QxCollection< Key, Value >::compareKeyValue< bIsPointer, dummy >::compareByValueAscending ( const type_pair_key_value v1,
const type_pair_key_value v2 
) [inline, static]

Definition at line 249 of file QxCollection.h.

template<typename Key, typename Value>
template<bool bIsPointer, int dummy>
static bool qx::QxCollection< Key, Value >::compareKeyValue< bIsPointer, dummy >::compareByValueDescending ( const type_pair_key_value v1,
const type_pair_key_value v2 
) [inline, static]

Definition at line 250 of file QxCollection.h.


The documentation for this struct was generated from the following file: