Files Classes Functions Hierarchy
#include <stringpairhash.h>
Public Member Functions | |
| boolc | operator== (stringpair const &x) const |
| Support for remove in hashtable. | |
| stringpair (stringc &id_, T const &data_) | |
| Constructor. | |
Public Attributes | |
| string | id |
| Hash string. | |
| T | data |
| Variable. | |
Definition at line 12 of file stringpairhash.h.
| stringpair< T >::stringpair | ( | stringc & | id_, | |
| T const & | data_ | |||
| ) | [inline] |
| boolc stringpair< T >::operator== | ( | stringpair< T > const & | x | ) | const [inline] |
Support for remove in hashtable.
Definition at line 22 of file stringpairhash.h.
References stringpair< T >::id.
| T stringpair< T >::data |
Variable.
Definition at line 19 of file stringpairhash.h.
Referenced by cfcontainerhash::operator[]().
| string stringpair< T >::id |
Hash string.
Definition at line 17 of file stringpairhash.h.
Referenced by stringpairhash< T >::operator()(), and stringpair< T >::operator==().
1.5.8