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

#include <DepartmentTotal.h>

+ Inheritance diagram for pdb::DepartmentTotal:
+ Collaboration diagram for pdb::DepartmentTotal:

Public Member Functions

ENABLE_DEEP_COPY bool checkSales ()
 
Handle< double > getTotSales ()
 
StringgetKey ()
 
double & 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

double totSales
 
String departmentName
 

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 29 of file DepartmentTotal.h.

Member Function Documentation

ENABLE_DEEP_COPY bool pdb::DepartmentTotal::checkSales ( )
inline

Definition at line 37 of file DepartmentTotal.h.

String& pdb::DepartmentTotal::getKey ( )
inline

Definition at line 49 of file DepartmentTotal.h.

Handle<double> pdb::DepartmentTotal::getTotSales ( )
inline

Definition at line 44 of file DepartmentTotal.h.

double& pdb::DepartmentTotal::getValue ( )
inline

Definition at line 53 of file DepartmentTotal.h.

void pdb::DepartmentTotal::print ( )
inline

Definition at line 57 of file DepartmentTotal.h.

Member Data Documentation

String pdb::DepartmentTotal::departmentName

Definition at line 33 of file DepartmentTotal.h.

double pdb::DepartmentTotal::totSales

Definition at line 32 of file DepartmentTotal.h.


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