GUIDOLib  1.7.7
Guido Engine Internal Documentation
Public Member Functions | Public Attributes | List of all members
KR_HashTable< KEY, TYPE >::KeyType Class Reference

Public Member Functions

 KeyType (const KEY &parkey, const TYPE &partype)
 
int ValGreater (const KeyType &kt) const
 
int KeyGreater (const KeyType &kt) const
 

Public Attributes

KEY key
 
TYPE val
 

Constructor & Destructor Documentation

◆ KeyType()

template<class KEY, class TYPE>
KR_HashTable< KEY, TYPE >::KeyType::KeyType ( const KEY &  parkey,
const TYPE &  partype 
)
inline

Member Function Documentation

◆ KeyGreater()

template<class KEY, class TYPE>
int KR_HashTable< KEY, TYPE >::KeyType::KeyGreater ( const KeyType kt) const
inline

◆ ValGreater()

template<class KEY, class TYPE>
int KR_HashTable< KEY, TYPE >::KeyType::ValGreater ( const KeyType kt) const
inline

Member Data Documentation

◆ key

template<class KEY, class TYPE>
KEY KR_HashTable< KEY, TYPE >::KeyType::key

◆ val

template<class KEY, class TYPE>
TYPE KR_HashTable< KEY, TYPE >::KeyType::val

Guido Project Copyright © 2019 Grame-CNCM