|
| Hash2KeysSetOf (const XMLSize_t modulus, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager) |
|
| Hash2KeysSetOf (const XMLSize_t modulus, const THasher &hasher, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager) |
|
| ~Hash2KeysSetOf () |
|
bool | isEmpty () const |
|
bool | containsKey (const void *const key1, const int key2) const |
|
void | removeKey (const void *const key1, const int key2) |
|
void | removeKey (const void *const key1) |
|
void | removeAll () |
|
MemoryManager * | getMemoryManager () const |
|
XMLSize_t | getHashModulus () const |
|
void | put (const void *key1, int key2) |
|
bool | putIfNotPresent (const void *key1, int key2) |
|
void * | operator new (size_t size) |
| This method overrides operator new. More...
|
|
void * | operator new (size_t size, MemoryManager *memMgr) |
| This method defines a custom operator new, that will use the provided memory manager to perform the allocation. More...
|
|
void * | operator new (size_t size, void *ptr) |
| This method overrides placement operator new. More...
|
|
void | operator delete (void *p) |
| This method overrides operator delete. More...
|
|
void | operator delete (void *p, MemoryManager *memMgr) |
| This method provides a matching delete for the custom operator new. More...
|
|
void | operator delete (void *p, void *ptr) |
| This method provides a matching delete for the placement new. More...
|
|
template<class THasher>
bool Hash2KeysSetOf< THasher >::containsKey |
( |
const void *const |
key1, |
|
|
const int |
key2 |
|
) |
| const |
template<class THasher>
bool Hash2KeysSetOf< THasher >::putIfNotPresent |
( |
const void * |
key1, |
|
|
int |
key2 |
|
) |
| |
template<class THasher>
void Hash2KeysSetOf< THasher >::removeKey |
( |
const void *const |
key1, |
|
|
const int |
key2 |
|
) |
| |
The documentation for this class was generated from the following file: