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::DepartmentEmployees Class Reference

#include <DepartmentEmployees.h>

+ Inheritance diagram for pdb::DepartmentEmployees:
+ Collaboration diagram for pdb::DepartmentEmployees:

Public Member Functions

 DepartmentEmployees ()
 
 ~DepartmentEmployees ()
 
ENABLE_DEEP_COPY StringgetKey ()
 
Map< String, Vector< Handle
< Employee > > > & 
getValue ()
 
void print ()
 
- 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

String departmentName
 
Map< String, Vector< Handle
< Employee > > > 
employees
 

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)
 

Detailed Description

Definition at line 32 of file DepartmentEmployees.h.

Constructor & Destructor Documentation

pdb::DepartmentEmployees::DepartmentEmployees ( )
inline

Definition at line 35 of file DepartmentEmployees.h.

pdb::DepartmentEmployees::~DepartmentEmployees ( )
inline

Definition at line 37 of file DepartmentEmployees.h.

Member Function Documentation

ENABLE_DEEP_COPY String& pdb::DepartmentEmployees::getKey ( )
inline

Definition at line 45 of file DepartmentEmployees.h.

Map<String, Vector<Handle<Employee> > >& pdb::DepartmentEmployees::getValue ( )
inline

Definition at line 49 of file DepartmentEmployees.h.

void pdb::DepartmentEmployees::print ( )
inline

Definition at line 53 of file DepartmentEmployees.h.

Member Data Documentation

String pdb::DepartmentEmployees::departmentName

Definition at line 39 of file DepartmentEmployees.h.

Map<String, Vector<Handle<Employee> > > pdb::DepartmentEmployees::employees

Definition at line 41 of file DepartmentEmployees.h.


The documentation for this class was generated from the following file: