![]() |
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 <StorageAddObject.h>
Inheritance diagram for pdb::StorageAddObject:
Collaboration diagram for pdb::StorageAddObject:Public Member Functions | |
| StorageAddObject () | |
| ~StorageAddObject () | |
| StorageAddObject (std::string dataBase, std::string setName, std::string typeName, bool typeCheck=true) | |
| StorageAddObject (std::string dataBase, std::string setName, std::string typeName, int typeID, bool typeCheck=true) | |
| std::string | getDatabase () |
| std::string | getSetName () |
| std::string | getType () |
| int | getTypeID () |
| bool | isTypeCheck () |
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 | dataBase |
| String | setName |
| String | typeName |
| int | typeID |
| bool | typeCheck |
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 31 of file StorageAddObject.h.
|
inline |
Definition at line 34 of file StorageAddObject.h.
|
inline |
Definition at line 35 of file StorageAddObject.h.
|
inline |
Definition at line 37 of file StorageAddObject.h.
|
inline |
Definition at line 47 of file StorageAddObject.h.
|
inline |
Definition at line 57 of file StorageAddObject.h.
|
inline |
Definition at line 61 of file StorageAddObject.h.
|
inline |
Definition at line 65 of file StorageAddObject.h.
|
inline |
Definition at line 69 of file StorageAddObject.h.
|
inline |
Definition at line 73 of file StorageAddObject.h.
|
private |
Definition at line 81 of file StorageAddObject.h.
|
private |
Definition at line 82 of file StorageAddObject.h.
|
private |
Definition at line 85 of file StorageAddObject.h.
|
private |
Definition at line 84 of file StorageAddObject.h.
|
private |
Definition at line 83 of file StorageAddObject.h.