![]() |
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 <DispatcherAddData.h>
Inheritance diagram for pdb::DispatcherAddData:
Collaboration diagram for pdb::DispatcherAddData:Public Member Functions | |
| DispatcherAddData () | |
| ~DispatcherAddData () | |
| DispatcherAddData (std::string databaseName, std::string setName, std::string typeName, bool shallowCopyOrNot=false) | |
| std::string | getDatabaseName () |
| std::string | getSetName () |
| std::string | getTypeName () |
| bool | isShallowCopy () |
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) |
Private Attributes | |
| String | databaseName |
| String | setName |
| String | typeName |
| bool | shallowCopyOrNot |
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 34 of file DispatcherAddData.h.
|
inline |
Definition at line 37 of file DispatcherAddData.h.
|
inline |
Definition at line 38 of file DispatcherAddData.h.
|
inline |
Definition at line 40 of file DispatcherAddData.h.
|
inline |
Definition at line 48 of file DispatcherAddData.h.
|
inline |
Definition at line 52 of file DispatcherAddData.h.
|
inline |
Definition at line 56 of file DispatcherAddData.h.
|
inline |
Definition at line 60 of file DispatcherAddData.h.
|
private |
Definition at line 67 of file DispatcherAddData.h.
|
private |
Definition at line 68 of file DispatcherAddData.h.
|
private |
Definition at line 70 of file DispatcherAddData.h.
|
private |
Definition at line 69 of file DispatcherAddData.h.