![]() |
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 <StorageAddObjectInLoop.h>
Inheritance diagram for pdb::StorageAddObjectInLoop:
Collaboration diagram for pdb::StorageAddObjectInLoop:Public Member Functions | |
| StorageAddObjectInLoop () | |
| ~StorageAddObjectInLoop () | |
| StorageAddObjectInLoop (std::string dataBase, std::string setName, std::string typeName, bool typeCheck=true) | |
| StorageAddObjectInLoop (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 () |
| void | setLoopEnded () |
| bool | isLoopEnded () |
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 |
| bool | loopEnded = false |
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 StorageAddObjectInLoop.h.
|
inline |
Definition at line 34 of file StorageAddObjectInLoop.h.
|
inline |
Definition at line 37 of file StorageAddObjectInLoop.h.
|
inline |
Definition at line 39 of file StorageAddObjectInLoop.h.
|
inline |
Definition at line 50 of file StorageAddObjectInLoop.h.
|
inline |
Definition at line 61 of file StorageAddObjectInLoop.h.
|
inline |
Definition at line 65 of file StorageAddObjectInLoop.h.
|
inline |
Definition at line 69 of file StorageAddObjectInLoop.h.
|
inline |
Definition at line 73 of file StorageAddObjectInLoop.h.
|
inline |
Definition at line 86 of file StorageAddObjectInLoop.h.
|
inline |
Definition at line 77 of file StorageAddObjectInLoop.h.
|
inline |
Definition at line 81 of file StorageAddObjectInLoop.h.
|
private |
Definition at line 93 of file StorageAddObjectInLoop.h.
|
private |
Definition at line 98 of file StorageAddObjectInLoop.h.
|
private |
Definition at line 94 of file StorageAddObjectInLoop.h.
|
private |
Definition at line 97 of file StorageAddObjectInLoop.h.
|
private |
Definition at line 96 of file StorageAddObjectInLoop.h.
|
private |
Definition at line 95 of file StorageAddObjectInLoop.h.