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

#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)
 

Detailed Description

Definition at line 31 of file StorageAddObject.h.

Constructor & Destructor Documentation

pdb::StorageAddObject::StorageAddObject ( )
inline

Definition at line 34 of file StorageAddObject.h.

pdb::StorageAddObject::~StorageAddObject ( )
inline

Definition at line 35 of file StorageAddObject.h.

pdb::StorageAddObject::StorageAddObject ( std::string  dataBase,
std::string  setName,
std::string  typeName,
bool  typeCheck = true 
)
inline

Definition at line 37 of file StorageAddObject.h.

pdb::StorageAddObject::StorageAddObject ( std::string  dataBase,
std::string  setName,
std::string  typeName,
int  typeID,
bool  typeCheck = true 
)
inline

Definition at line 47 of file StorageAddObject.h.

Member Function Documentation

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

Definition at line 57 of file StorageAddObject.h.

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

Definition at line 61 of file StorageAddObject.h.

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

Definition at line 65 of file StorageAddObject.h.

int pdb::StorageAddObject::getTypeID ( )
inline

Definition at line 69 of file StorageAddObject.h.

bool pdb::StorageAddObject::isTypeCheck ( )
inline

Definition at line 73 of file StorageAddObject.h.

Member Data Documentation

String pdb::StorageAddObject::dataBase
private

Definition at line 81 of file StorageAddObject.h.

String pdb::StorageAddObject::setName
private

Definition at line 82 of file StorageAddObject.h.

bool pdb::StorageAddObject::typeCheck
private

Definition at line 85 of file StorageAddObject.h.

int pdb::StorageAddObject::typeID
private

Definition at line 84 of file StorageAddObject.h.

String pdb::StorageAddObject::typeName
private

Definition at line 83 of file StorageAddObject.h.


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