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

#include <AvgResult.h>

+ Inheritance diagram for pdb::AvgResult:
+ Collaboration diagram for pdb::AvgResult:

Public Member Functions

ENABLE_DEEP_COPY AvgResult ()
 
int & getKey ()
 
AvggetValue ()
 
double getAvg ()
 
- 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 key
 
Avg value
 

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 AvgResult.h.

Constructor & Destructor Documentation

ENABLE_DEEP_COPY pdb::AvgResult::AvgResult ( )
inline

Definition at line 35 of file AvgResult.h.

Member Function Documentation

double pdb::AvgResult::getAvg ( )
inline

Definition at line 49 of file AvgResult.h.

+ Here is the call graph for this function:

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

Definition at line 41 of file AvgResult.h.

Avg& pdb::AvgResult::getValue ( )
inline

Definition at line 45 of file AvgResult.h.

Member Data Documentation

int pdb::AvgResult::key

Definition at line 37 of file AvgResult.h.

Avg pdb::AvgResult::value

Definition at line 39 of file AvgResult.h.


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