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

#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)
 

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

◆ compareByKeyAscending()

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 )
inlinestatic

Definition at line 247 of file QxCollection.h.

◆ compareByKeyDescending()

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 )
inlinestatic

Definition at line 248 of file QxCollection.h.

◆ compareByValueAscending()

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 )
inlinestatic

Definition at line 249 of file QxCollection.h.

◆ compareByValueDescending()

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 )
inlinestatic

Definition at line 250 of file QxCollection.h.


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