![]() |
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 <StorageTestSetCopy.h>
Inheritance diagram for pdb::StorageTestSetCopy:
Collaboration diagram for pdb::StorageTestSetCopy:Public Member Functions | |
| StorageTestSetCopy (std::string dbNameIn, std::string setNameIn, std::string dbNameOut, std::string setNameOut) | |
| StorageTestSetCopy () | |
| ~StorageTestSetCopy () | |
| std::string | getDatabaseIn () |
| std::string | getSetNameIn () |
| std::string | getDatabaseOut () |
| std::string | getSetNameOut () |
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 | srcDatabaseName |
| String | srcSetName |
| String | destDatabaseName |
| String | destSetName |
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 32 of file StorageTestSetCopy.h.
|
inline |
Definition at line 35 of file StorageTestSetCopy.h.
|
inline |
Definition at line 45 of file StorageTestSetCopy.h.
|
inline |
Definition at line 46 of file StorageTestSetCopy.h.
|
inline |
Definition at line 48 of file StorageTestSetCopy.h.
|
inline |
Definition at line 56 of file StorageTestSetCopy.h.
|
inline |
Definition at line 52 of file StorageTestSetCopy.h.
|
inline |
Definition at line 60 of file StorageTestSetCopy.h.
|
private |
Definition at line 74 of file StorageTestSetCopy.h.
|
private |
Definition at line 77 of file StorageTestSetCopy.h.
|
private |
Definition at line 68 of file StorageTestSetCopy.h.
|
private |
Definition at line 71 of file StorageTestSetCopy.h.