QxOrm
1.5.0
C++ Object Relational Mapping library
|
#include <QxCollection.h>
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) |
Definition at line 245 of file QxCollection.h.
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.
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.
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.
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.