#include <TaoObjectMap.h>
|
| | TaoObjectMap (int initialDbSize=TAOOBJ_DB_INIT_SIZE) |
| |
| | TaoObjectMap (const TaoObjectMap &rTaoObjectMap) |
| |
| TaoObjectMap & | operator= (const TaoObjectMap &rhs) |
| |
| virtual | ~TaoObjectMap () |
| |
| TaoStatus | insert (TaoObjHandle objId, TaoMessage::TaoMsgTypes objValue) |
| |
| TaoStatus | insert (TaoObjHandle objId, TaoObjTypes objValue) |
| |
| TaoStatus | insert (TaoObjHandle objId, TaoObjHandle objValue) |
| |
| TaoStatus | insert (const char *key, TaoObjHandle objValue) |
| |
| TaoStatus | insert (TaoObjHandle objId, UtlString objValue) |
| |
| TaoStatus | remove (TaoObjHandle objId) |
| |
| TaoStatus | remove (const char *key) |
| |
| TaoStatus | removeByValue (TaoObjHandle value) |
| |
| TaoStatus | findValue (TaoObjHandle objId, TaoObjTypes &objValue) |
| |
| TaoStatus | findValue (TaoObjHandle objId, TaoObjHandle &objValue) |
| |
| TaoStatus | findValue (const char *key, TaoObjHandle &objValue) |
| |
| TaoStatus | findValue (TaoObjHandle key, UtlString &objValue) |
| |
| UtlBoolean | findValue (TaoObjHandle objValue) |
| |
| int | getActiveObjects (TaoObjHandle activeObjects[], int size) |
| |
| void | getDbStats (unsigned &nInserts, unsigned &nRemoves) const |
| |
| int | numEntries (void) const |
| |
| UtlBoolean | isEmpty (void) const |
| |
| Enumerator |
|---|
| TAOOBJ_DB_INIT_SIZE |
|
| int getActiveObjects |
( |
TaoObjHandle |
activeObjects[], |
|
|
int |
size |
|
) |
| |
| void getDbStats |
( |
unsigned & |
nInserts, |
|
|
unsigned & |
nRemoves |
|
) |
| const |
| UtlBoolean isEmpty |
( |
void |
| ) |
const |
|
inline |
| int numEntries |
( |
void |
| ) |
const |
|
inline |