threaddb  2.0b
A file mapped memory container extension
Public Member Functions | List of all members
tdb::key< T > Class Template Reference

Wrapper class for storing key data items. More...

#include <threaddbSTLWrapper.h>

Inheritance diagram for tdb::key< T >:

Public Member Functions

 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
 

Detailed Description

template<class T>
class tdb::key< T >

Wrapper class for storing key data items.

Constructor & Destructor Documentation

◆ key()

template<class T >
tdb::key< T >::key ( const typename T::value_type &  rVal_p,
pool< typename T::value_type > &  rPool_p 
)
inline

◆ ~key()

template<class T >
tdb::key< T >::~key ( )
inline

Member Function Documentation

◆ 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: