Wrapper class for storing key data items.
More...
#include <threaddbSTLWrapper.h>
|
| key (const typename T::value_type &rVal_p, pool< typename T::value_type > &rPool_p) |
|
| ~key () |
|
bool | operator< (const T &rhs_p) const |
|
bool | operator> (const T &rhs_p) const |
|
template<class T>
class tdb::key< T >
Wrapper class for storing key data items.
◆ key()
template<class T >
tdb::key< T >::key |
( |
const typename T::value_type & |
rVal_p, |
|
|
pool< typename T::value_type > & |
rPool_p |
|
) |
| |
|
inline |
◆ ~key()
◆ operator<()
template<class T >
bool tdb::key< T >::operator< |
( |
const T & |
rhs_p | ) |
const |
|
inline |
◆ operator>()
template<class T >
bool tdb::key< T >::operator> |
( |
const T & |
rhs_p | ) |
const |
|
inline |
The documentation for this class was generated from the following file: