![]() |
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 <OptimizedSupervisor.h>
Inheritance diagram for pdb::OptimizedSupervisor:
Collaboration diagram for pdb::OptimizedSupervisor:Public Member Functions | |
| ENABLE_DEEP_COPY | ~OptimizedSupervisor () |
| OptimizedSupervisor () | |
| OptimizedSupervisor (std::string name, int age) | |
| OptimizedSupervisor (std::string name, int age, std::string department, double salary) | |
| OptimizedEmployee & | getEmp (int who) |
| int | getNumEmployees () |
| String | getDepartment () |
| String | getName () |
| void | addEmp (OptimizedEmployee &addMe) |
| OptimizedEmployee & | getMe () |
| void | print () override |
| std::string | toSchemaString (std::string format) override |
| std::string | toValueString (std::string format) override |
| std::vector< std::string > | getSupportedFormats () override |
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) |
Public Attributes | |
| OptimizedEmployee | me |
| Vector< OptimizedEmployee > | myGuys |
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) |
Definition at line 33 of file OptimizedSupervisor.h.
|
inline |
Definition at line 41 of file OptimizedSupervisor.h.
|
inline |
Definition at line 42 of file OptimizedSupervisor.h.
|
inline |
Definition at line 44 of file OptimizedSupervisor.h.
|
inline |
Definition at line 51 of file OptimizedSupervisor.h.
|
inline |
Definition at line 74 of file OptimizedSupervisor.h.
|
inline |
Definition at line 66 of file OptimizedSupervisor.h.
|
inline |
Definition at line 58 of file OptimizedSupervisor.h.
|
inline |
Definition at line 78 of file OptimizedSupervisor.h.
|
inline |
Definition at line 70 of file OptimizedSupervisor.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 62 of file OptimizedSupervisor.h.
|
inlineoverridevirtual |
Implements ExportableObject.
Definition at line 140 of file OptimizedSupervisor.h.
|
inlineoverridevirtual |
Implements ExportableObject.
Definition at line 82 of file OptimizedSupervisor.h.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements ExportableObject.
Definition at line 97 of file OptimizedSupervisor.h.
|
inlineoverridevirtual |
Implements ExportableObject.
Definition at line 101 of file OptimizedSupervisor.h.
Here is the call graph for this function:| OptimizedEmployee pdb::OptimizedSupervisor::me |
Definition at line 36 of file OptimizedSupervisor.h.
| Vector<OptimizedEmployee> pdb::OptimizedSupervisor::myGuys |
Definition at line 37 of file OptimizedSupervisor.h.