|
Jive reference manual
|
#include <jem/util/HashSetTraits.h>
Public Types | |
| typedef T | KeyType |
| typedef T | ValueType |
| typedef const T & | Reference |
| typedef const T & | ConstReference |
| typedef const T * | Pointer |
| typedef const T * | ConstPointer |
| typedef A | Allocator |
Static Public Member Functions | |
| static const KeyType & | getKey (const ValueType &item) |
| static bool | equalKeys (const KeyType &lhs, const KeyType &rhs) |
| static lint | hashValue (const KeyType &key) |
| typedef T jem::util::HashSetTraits< T, A >::KeyType |
| typedef T jem::util::HashSetTraits< T, A >::ValueType |
| typedef const T& jem::util::HashSetTraits< T, A >::Reference |
| typedef const T& jem::util::HashSetTraits< T, A >::ConstReference |
| typedef const T* jem::util::HashSetTraits< T, A >::Pointer |
| typedef const T* jem::util::HashSetTraits< T, A >::ConstPointer |
| typedef A jem::util::HashSetTraits< T, A >::Allocator |
|
static |
|
static |
|
static |