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

#include <ZB_Company.h>

+ Inheritance diagram for pdb::ZB_Company:
+ Collaboration diagram for pdb::ZB_Company:

Public Member Functions

ENABLE_DEEP_COPY ~ZB_Company ()
 
 ZB_Company ()
 
void addSupervisor (Handle< Supervisor > supToAdd, int labelToAdd)
 
Handle< Supervisor > & getSupervisor (int which)
 
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)
 

Private Attributes

Vector< int > labels
 
Vector< Handle< Supervisor > > 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)
 

Detailed Description

Definition at line 30 of file ZB_Company.h.

Constructor & Destructor Documentation

ENABLE_DEEP_COPY pdb::ZB_Company::~ZB_Company ( )
inline

Definition at line 39 of file ZB_Company.h.

pdb::ZB_Company::ZB_Company ( )
inline

Definition at line 40 of file ZB_Company.h.

Member Function Documentation

void pdb::ZB_Company::addSupervisor ( Handle< Supervisor supToAdd,
int  labelToAdd 
)
inline

Definition at line 42 of file ZB_Company.h.

+ Here is the call graph for this function:

Handle<Supervisor>& pdb::ZB_Company::getSupervisor ( int  which)
inline

Definition at line 47 of file ZB_Company.h.

void pdb::ZB_Company::print ( )
inline

Definition at line 51 of file ZB_Company.h.

+ Here is the call graph for this function:

Member Data Documentation

Vector<int> pdb::ZB_Company::labels
private

Definition at line 33 of file ZB_Company.h.

Vector<Handle<Supervisor> > pdb::ZB_Company::myGuys
private

Definition at line 34 of file ZB_Company.h.


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