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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
pdb::Vector< TypeContained > Member List

This is the complete list of members for pdb::Vector< TypeContained >, including all inherited members.

assign(uint32_t which, const TypeContained &val)pdb::Vector< TypeContained >
c_ptr() const pdb::Vector< TypeContained >
clear()pdb::Vector< TypeContained >
deleteObject(void *deleteMe)pdb::Objectinlinevirtual
fill(const TypeContained &val)pdb::Vector< TypeContained >
getSize(void *ofMe)pdb::Objectinlinevirtual
getVTablePtr()pdb::Objectinline
myArraypdb::Vector< TypeContained >private
operator delete(void *me)pdb::Objectinlinestatic
operator new(size_t sz, const std::nothrow_t &tag)pdb::Objectinlinestatic
operator new(size_t sz)pdb::Objectinlinestatic
operator new(std::size_t count, void *ptr)pdb::Objectinlinestatic
operator[](uint32_t which)pdb::Vector< TypeContained >
operator[](uint32_t which) const pdb::Vector< TypeContained >
PDBCommunicator classpdb::Vector< TypeContained >friend
pop_back()pdb::Vector< TypeContained >
print() const pdb::Vector< TypeContained >
push_back(const TypeContained &val)pdb::Vector< TypeContained >
push_back()pdb::Vector< TypeContained >
resize(uint32_t toMe)pdb::Vector< TypeContained >
setUpAndCopyFrom(void *target, void *source) const pdb::Objectinlinevirtual
setVTablePtr(void *setToMe)pdb::Objectinline
size() const pdb::Vector< TypeContained >
Vector(uint32_t initSize, uint32_t numUsed)pdb::Vector< TypeContained >
Vector(uint32_t initSize)pdb::Vector< TypeContained >
Vector()pdb::Vector< TypeContained >