![]() |
A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
|
#include <PDBMap.h>
Inheritance diagram for pdb::Map< KeyType, ValueType >:
Collaboration diagram for pdb::Map< KeyType, ValueType >:Public Member Functions | |
| ENABLE_DEEP_COPY | Map (uint32_t initSize) |
| Map () | |
| ~Map () | |
| ValueType & | operator[] (const KeyType &which) |
| void | setUnused (const KeyType &clearMe) |
| size_t | size () const |
| int | count (const KeyType &which) |
| PDBMapIterator< KeyType, ValueType > | begin () |
| PDBMapIterator< KeyType, ValueType > | end () |
| Handle< PairArray< KeyType, ValueType > > & | getArray () |
Public Member Functions inherited from pdb::Object | |
| void | setVTablePtr (void *setToMe) |
| void * | getVTablePtr () |
| virtual void | setUpAndCopyFrom (void *target, void *source) const |
| virtual void | deleteObject (void *deleteMe) |
| virtual size_t | getSize (void *ofMe) |
Protected Attributes | |
| Handle< PairArray< KeyType, ValueType > > | myArray |
Additional Inherited Members | |
Static Public Member Functions inherited from pdb::Object | |
| static void * | operator new (size_t sz, const std::nothrow_t &tag) |
| static void * | operator new (size_t sz) |
| static void | operator delete (void *me) |
| static void * | operator new (std::size_t count, void *ptr) |
| PDBMapIterator< KeyType, ValueType > pdb::Map< KeyType, ValueType >::begin | ( | ) |
| int pdb::Map< KeyType, ValueType >::count | ( | const KeyType & | which | ) |
| PDBMapIterator< KeyType, ValueType > pdb::Map< KeyType, ValueType >::end | ( | ) |
| ValueType & pdb::Map< KeyType, ValueType >::operator[] | ( | const KeyType & | which | ) |
| void pdb::Map< KeyType, ValueType >::setUnused | ( | const KeyType & | clearMe | ) |
| size_t pdb::Map< KeyType, ValueType >::size | ( | ) | const |