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::StorageGetData Class Reference

#include <StorageGetData.h>

+ Inheritance diagram for pdb::StorageGetData:
+ Collaboration diagram for pdb::StorageGetData:

Public Member Functions

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

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 31 of file StorageGetData.h.

Constructor & Destructor Documentation

pdb::StorageGetData::StorageGetData ( )
inline

Definition at line 34 of file StorageGetData.h.

pdb::StorageGetData::~StorageGetData ( )
inline

Definition at line 35 of file StorageGetData.h.

pdb::StorageGetData::StorageGetData ( std::string  dataBase,
std::string  setName,
std::string  typeName 
)
inline

Definition at line 37 of file StorageGetData.h.

Member Function Documentation

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

Definition at line 40 of file StorageGetData.h.

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

Definition at line 44 of file StorageGetData.h.

std::string pdb::StorageGetData::getType ( )
inline

Definition at line 48 of file StorageGetData.h.

Member Data Documentation

String pdb::StorageGetData::dataBase
private

Definition at line 55 of file StorageGetData.h.

String pdb::StorageGetData::setName
private

Definition at line 56 of file StorageGetData.h.

String pdb::StorageGetData::typeName
private

Definition at line 57 of file StorageGetData.h.


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