torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
torc::generic::SymTab< _KeyType, _ValueType, cOverWriteExisting >::Data Struct Reference

Public Member Functions

bool operator< (const Data &inRhs) const
 

Data Fields

size_t mIndex
 
_ValueType mValue
 

Detailed Description

template<typename _KeyType, typename _ValueType, bool cOverWriteExisting = false>
struct torc::generic::SymTab< _KeyType, _ValueType, cOverWriteExisting >::Data

Definition at line 43 of file SymTab.hpp.

Member Function Documentation

template<typename _KeyType, typename _ValueType, bool cOverWriteExisting = false>
bool torc::generic::SymTab< _KeyType, _ValueType, cOverWriteExisting >::Data::operator< ( const Data inRhs) const
inline

Definition at line 50 of file SymTab.hpp.

50  {
51  return mIndex < inRhs.mIndex;
52  }

Field Documentation

template<typename _KeyType, typename _ValueType, bool cOverWriteExisting = false>
size_t torc::generic::SymTab< _KeyType, _ValueType, cOverWriteExisting >::Data::mIndex

Definition at line 47 of file SymTab.hpp.

template<typename _KeyType, typename _ValueType, bool cOverWriteExisting = false>
_ValueType torc::generic::SymTab< _KeyType, _ValueType, cOverWriteExisting >::Data::mValue

Definition at line 48 of file SymTab.hpp.


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