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

#include <StringIntPair.h>

+ Inheritance diagram for pdb::StringIntPair:
+ Collaboration diagram for pdb::StringIntPair:

Public Member Functions

ENABLE_DEEP_COPY ~StringIntPair ()
 
 StringIntPair ()
 
 StringIntPair (std::string fromMe, int meTo)
 
int getInt ()
 
int getSimpleInt ()
 
Handle< StringgetString ()
 
Handle< StringgetSimpleString ()
 
StringIntPair getSimplePair ()
 
bool operator== (const StringIntPair &toMe)
 
size_t hash () const
 
- 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

Handle< StringmyString
 
int myInt
 

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

Constructor & Destructor Documentation

ENABLE_DEEP_COPY pdb::StringIntPair::~StringIntPair ( )
inline

Definition at line 38 of file StringIntPair.h.

pdb::StringIntPair::StringIntPair ( )
inline

Definition at line 39 of file StringIntPair.h.

+ Here is the caller graph for this function:

pdb::StringIntPair::StringIntPair ( std::string  fromMe,
int  meTo 
)
inline

Definition at line 41 of file StringIntPair.h.

Member Function Documentation

int pdb::StringIntPair::getInt ( )
inline

Definition at line 46 of file StringIntPair.h.

int pdb::StringIntPair::getSimpleInt ( )
inline

Definition at line 50 of file StringIntPair.h.

+ Here is the caller graph for this function:

StringIntPair pdb::StringIntPair::getSimplePair ( )
inline

Definition at line 63 of file StringIntPair.h.

+ Here is the call graph for this function:

Handle<String> pdb::StringIntPair::getSimpleString ( )
inline

Definition at line 58 of file StringIntPair.h.

+ Here is the call graph for this function:

Handle<String> pdb::StringIntPair::getString ( )
inline

Definition at line 54 of file StringIntPair.h.

size_t pdb::StringIntPair::hash ( ) const
inline

Definition at line 72 of file StringIntPair.h.

+ Here is the call graph for this function:

bool pdb::StringIntPair::operator== ( const StringIntPair toMe)
inline

Definition at line 68 of file StringIntPair.h.

Member Data Documentation

int pdb::StringIntPair::myInt

Definition at line 34 of file StringIntPair.h.

Handle<String> pdb::StringIntPair::myString

Definition at line 33 of file StringIntPair.h.


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