|
Public Member Functions |
| | Node (const TheKey &K, const Standard_Integer ahascode, const TheItem &I, Node *n) |
| void * | operator new (size_t aSize) |
| void | operator delete (void *aNode) |
| | Node (const TheKey1 &K1, const Standard_Integer acode1, const TheKey2 &K2, const Standard_Integer acode2, Node *n1, Node *n2) |
| void * | operator new (size_t aSize) |
| void | operator delete (void *aNode, size_t aSize) |
| | Node (const TheKey &K1, const Standard_Integer K2, const TheItem &I, const Standard_Integer ahashcode, Node *n1, Node *n2) |
| void * | operator new (size_t aSize) |
| void | operator delete (void *aNode) |
| | Node (const TheKey &K, const Standard_Integer theIndex, const Standard_Integer ahashcode, Node *n1, Node *n2) |
| void * | operator new (size_t aSize) |
| void | operator delete (void *aNode) |
| | Node (const TheKey &K, const Standard_Integer ahascode, Node *n) |
| void * | operator new (size_t aSize) |
| void | operator delete (void *aNode) |
Data Fields |
| TheKey | key |
| Standard_Integer | hashcode |
| TheItem | value |
| TheKey1 | key1 |
| Standard_Integer | hashcode1 |
| TheKey2 | key2 |
| Standard_Integer | hashcode2 |
| Node * | next2 |
| Standard_Integer | index |
| Node * | next2 |
| Node * | next2 |