QxOrm  1.4.9
C++ Object Relational Mapping library
qx::QxCollection< Key, Value >::compareKeyValue< true, 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<int dummy>
struct qx::QxCollection< Key, Value >::compareKeyValue< true, dummy >

Definition at line 254 of file QxCollection.h.


Member Function Documentation

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

Definition at line 256 of file QxCollection.h.

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

Definition at line 257 of file QxCollection.h.

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

Definition at line 258 of file QxCollection.h.

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

Definition at line 259 of file QxCollection.h.


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