|
Jive reference manual
|
#include <jem/base/ClassTable.h>
Public Types | |
| typedef String | KeyType |
| typedef Class * | ValueType |
| typedef ValueType & | Reference |
| typedef const ValueType & | ConstReference |
| typedef ValueType * | Pointer |
| typedef const ValueType * | ConstPointer |
| typedef util::FastAllocator | Allocator |
Static Public Member Functions | |
| static const KeyType & | getKey (ValueType value) |
| static bool | equalKeys (const KeyType &lhs, const KeyType &rhs) |
| static lint | hashValue (const KeyType &key) |
| typedef String jem::ClassTableTraits::KeyType |
| typedef Class* jem::ClassTableTraits::ValueType |
| typedef const ValueType& jem::ClassTableTraits::ConstReference |
| typedef ValueType* jem::ClassTableTraits::Pointer |
| typedef const ValueType* jem::ClassTableTraits::ConstPointer |
|
static |