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

#include <DepartmentEmployeeAges.h>

+ Inheritance diagram for pdb::DepartmentEmployeeAges:
+ Collaboration diagram for pdb::DepartmentEmployeeAges:

Public Member Functions

 DepartmentEmployeeAges ()
 
 ~DepartmentEmployeeAges ()
 
ENABLE_DEEP_COPY StringgetKey ()
 
Handle< Map< String, Vector
< int > > > & 
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
 
Handle< Map< String, Vector
< int > > > 
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 DepartmentEmployeeAges.h.

Constructor & Destructor Documentation

pdb::DepartmentEmployeeAges::DepartmentEmployeeAges ( )
inline

Definition at line 35 of file DepartmentEmployeeAges.h.

pdb::DepartmentEmployeeAges::~DepartmentEmployeeAges ( )
inline

Definition at line 39 of file DepartmentEmployeeAges.h.

Member Function Documentation

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

Definition at line 47 of file DepartmentEmployeeAges.h.

Handle<Map<String, Vector<int> > >& pdb::DepartmentEmployeeAges::getValue ( )
inline

Definition at line 51 of file DepartmentEmployeeAges.h.

void pdb::DepartmentEmployeeAges::print ( )
inline

Definition at line 55 of file DepartmentEmployeeAges.h.

Member Data Documentation

String pdb::DepartmentEmployeeAges::departmentName

Definition at line 41 of file DepartmentEmployeeAges.h.

Handle<Map<String, Vector<int> > > pdb::DepartmentEmployeeAges::employees

Definition at line 43 of file DepartmentEmployeeAges.h.


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