#include <StorageAddData.h>
|
| | StorageAddData () |
| |
| | ~StorageAddData () |
| |
| | StorageAddData (std::string dataBase, std::string setName, std::string typeName, bool typeCheck=true, bool flushOrNot=true, bool compressedOrNot=false, bool directPutOrNot=false) |
| |
| | StorageAddData (std::string dataBase, std::string setName, std::string typeName, int typeID, bool typeCheck=true, bool flushOrNot=true, bool compressedOrNot=false, bool directPutOrNot=false) |
| |
| std::string | getDatabase () |
| |
| std::string | getSetName () |
| |
| std::string | getType () |
| |
| int | getTypeID () |
| |
| bool | isTypeCheck () |
| |
| bool | isFlushing () |
| |
| bool | isCompressed () |
| |
| bool | isDirectPut () |
| |
| 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) |
| |
Definition at line 31 of file StorageAddData.h.
| pdb::StorageAddData::StorageAddData |
( |
| ) |
|
|
inline |
| pdb::StorageAddData::~StorageAddData |
( |
| ) |
|
|
inline |
| pdb::StorageAddData::StorageAddData |
( |
std::string |
dataBase, |
|
|
std::string |
setName, |
|
|
std::string |
typeName, |
|
|
bool |
typeCheck = true, |
|
|
bool |
flushOrNot = true, |
|
|
bool |
compressedOrNot = false, |
|
|
bool |
directPutOrNot = false |
|
) |
| |
|
inline |
| pdb::StorageAddData::StorageAddData |
( |
std::string |
dataBase, |
|
|
std::string |
setName, |
|
|
std::string |
typeName, |
|
|
int |
typeID, |
|
|
bool |
typeCheck = true, |
|
|
bool |
flushOrNot = true, |
|
|
bool |
compressedOrNot = false, |
|
|
bool |
directPutOrNot = false |
|
) |
| |
|
inline |
| std::string pdb::StorageAddData::getDatabase |
( |
| ) |
|
|
inline |
| std::string pdb::StorageAddData::getSetName |
( |
| ) |
|
|
inline |
| std::string pdb::StorageAddData::getType |
( |
| ) |
|
|
inline |
| int pdb::StorageAddData::getTypeID |
( |
| ) |
|
|
inline |
| bool pdb::StorageAddData::isCompressed |
( |
| ) |
|
|
inline |
| bool pdb::StorageAddData::isDirectPut |
( |
| ) |
|
|
inline |
| bool pdb::StorageAddData::isFlushing |
( |
| ) |
|
|
inline |
| bool pdb::StorageAddData::isTypeCheck |
( |
| ) |
|
|
inline |
| bool pdb::StorageAddData::compressedOrNot |
|
private |
| String pdb::StorageAddData::dataBase |
|
private |
| bool pdb::StorageAddData::directPutOrNot |
|
private |
| bool pdb::StorageAddData::flushOrNot |
|
private |
| String pdb::StorageAddData::setName |
|
private |
| bool pdb::StorageAddData::typeCheck |
|
private |
| int pdb::StorageAddData::typeID |
|
private |
| String pdb::StorageAddData::typeName |
|
private |
The documentation for this class was generated from the following file: