![]() |
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 <PairArray.h>
Collaboration diagram for pdb::MapRecordClass< KeyType, ValueType >:Public Member Functions | |
| size_t | getObjSize () |
| size_t | getValueOffset () |
Public Attributes | |
| size_t | hash |
| KeyType | key |
| ValueType | value |
Definition at line 39 of file PairArray.cc.
|
inline |
|
inline |
Definition at line 48 of file PairArray.cc.
| size_t pdb::MapRecordClass< KeyType, ValueType >::hash |
Definition at line 40 of file PairArray.cc.
| KeyType pdb::MapRecordClass< KeyType, ValueType >::key |
Definition at line 41 of file PairArray.cc.
| ValueType pdb::MapRecordClass< KeyType, ValueType >::value |
Definition at line 42 of file PairArray.cc.