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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
pdb::DistributedStorageRemoveSet Class Reference

#include <DistributedStorageRemoveSet.h>

+ Inheritance diagram for pdb::DistributedStorageRemoveSet:
+ Collaboration diagram for pdb::DistributedStorageRemoveSet:

Public Member Functions

 DistributedStorageRemoveSet ()
 
 ~DistributedStorageRemoveSet ()
 
 DistributedStorageRemoveSet (std::string dataBase, std::string setName)
 
std::string getDatabase ()
 
std::string getSetName ()
 
- 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
 

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)
 

Detailed Description

Definition at line 30 of file DistributedStorageRemoveSet.h.

Constructor & Destructor Documentation

pdb::DistributedStorageRemoveSet::DistributedStorageRemoveSet ( )
inline

Definition at line 33 of file DistributedStorageRemoveSet.h.

pdb::DistributedStorageRemoveSet::~DistributedStorageRemoveSet ( )
inline

Definition at line 34 of file DistributedStorageRemoveSet.h.

pdb::DistributedStorageRemoveSet::DistributedStorageRemoveSet ( std::string  dataBase,
std::string  setName 
)
inline

Definition at line 36 of file DistributedStorageRemoveSet.h.

Member Function Documentation

std::string pdb::DistributedStorageRemoveSet::getDatabase ( )
inline

Definition at line 39 of file DistributedStorageRemoveSet.h.

std::string pdb::DistributedStorageRemoveSet::getSetName ( )
inline

Definition at line 43 of file DistributedStorageRemoveSet.h.

Member Data Documentation

String pdb::DistributedStorageRemoveSet::dataBase
private

Definition at line 50 of file DistributedStorageRemoveSet.h.

String pdb::DistributedStorageRemoveSet::setName
private

Definition at line 51 of file DistributedStorageRemoveSet.h.


The documentation for this class was generated from the following file: