![]() |
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.
|
#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< String > | getString () |
| Handle< String > | getSimpleString () |
| 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< String > | myString |
| 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) |
Definition at line 30 of file StringIntPair.h.
|
inline |
Definition at line 38 of file StringIntPair.h.
|
inline |
|
inline |
Definition at line 41 of file StringIntPair.h.
|
inline |
Definition at line 46 of file StringIntPair.h.
|
inline |
|
inline |
Definition at line 54 of file StringIntPair.h.
|
inline |
|
inline |
Definition at line 68 of file StringIntPair.h.
| int pdb::StringIntPair::myInt |
Definition at line 34 of file StringIntPair.h.
Definition at line 33 of file StringIntPair.h.