![]() |
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.
|
This is the complete list of members for PDBObject, including all inherited members.
| dbId | PDBObject | private |
| freeObject() | PDBObject | |
| getDatabaseID() const | PDBObject | inline |
| getRaw() const | PDBObject | inline |
| getSetID() const | PDBObject | inline |
| getShmOffset() const | PDBObject | inline |
| getSize() const | PDBObject | inline |
| getTypeID() const | PDBObject | inline |
| PDBObject() | PDBObject | |
| PDBObject(void *dataIn, DatabaseID dbId, UserTypeID typeId, SetID setId, size_t dataSize) | PDBObject | |
| rawBytes | PDBObject | private |
| setDatabaseID(DatabaseID dbId) | PDBObject | inline |
| setId | PDBObject | private |
| setRaw(void *data) | PDBObject | inline |
| setSetID(SetID setId) | PDBObject | inline |
| setShmOffset(size_t size) | PDBObject | inline |
| setSize(size_t size) | PDBObject | inline |
| setTypeID(UserTypeID typeId) | PDBObject | inline |
| shmOffset | PDBObject | private |
| size | PDBObject | private |
| typeId | PDBObject | private |
| ~PDBObject() | PDBObject |