![]() |
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 pdb::Employee, including all inherited members.
| age | pdb::Employee | private |
| deleteObject(void *deleteMe) | pdb::Object | inlinevirtual |
| department | pdb::Employee | |
| Employee() | pdb::Employee | inline |
| Employee(std::string nameIn, int ageIn, std::string department, double salary) | pdb::Employee | inline |
| Employee(std::string nameIn, int ageIn) | pdb::Employee | inline |
| getAge() | pdb::Employee | inline |
| getName() | pdb::Employee | inline |
| getSalary() | pdb::Employee | inline |
| getSize(void *ofMe) | pdb::Object | inlinevirtual |
| getVTablePtr() | pdb::Object | inline |
| hash() | pdb::Employee | inline |
| isFrank() | pdb::Employee | inline |
| name | pdb::Employee | private |
| operator delete(void *me) | pdb::Object | inlinestatic |
| operator new(size_t sz, const std::nothrow_t &tag) | pdb::Object | inlinestatic |
| operator new(size_t sz) | pdb::Object | inlinestatic |
| operator new(std::size_t count, void *ptr) | pdb::Object | inlinestatic |
| operator==(Employee &me) const | pdb::Employee | inline |
| print() | pdb::Employee | inline |
| salary | pdb::Employee | |
| setUpAndCopyFrom(void *target, void *source) const | pdb::Object | inlinevirtual |
| setVTablePtr(void *setToMe) | pdb::Object | inline |
| ~Employee() | pdb::Employee | inline |