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

#include <SumResult.h>

+ Inheritance diagram for pdb::SumResult:
+ Collaboration diagram for pdb::SumResult:

Public Member Functions

ENABLE_DEEP_COPY int getTotal ()
 
int & getKey ()
 
int & getValue ()
 
- 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

int total
 
int identifier
 

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 28 of file SumResult.h.

Member Function Documentation

int& pdb::SumResult::getKey ( )
inline

Definition at line 40 of file SumResult.h.

ENABLE_DEEP_COPY int pdb::SumResult::getTotal ( )
inline

Definition at line 36 of file SumResult.h.

int& pdb::SumResult::getValue ( )
inline

Definition at line 44 of file SumResult.h.

Member Data Documentation

int pdb::SumResult::identifier

Definition at line 32 of file SumResult.h.

int pdb::SumResult::total

Definition at line 31 of file SumResult.h.


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