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

#include <StorageExportSet.h>

+ Inheritance diagram for pdb::StorageExportSet:
+ Collaboration diagram for pdb::StorageExportSet:

Public Member Functions

 StorageExportSet ()
 
 StorageExportSet (std::string dbName, std::string setName, std::string outputFilePath, std::string format)
 
std::string getDbName ()
 
std::string getSetName ()
 
std::string getOutputFilePath ()
 
std::string getFormat ()
 
- 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 dbName
 
String setName
 
String outputFilePath
 
String format
 

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 28 of file StorageExportSet.h.

Constructor & Destructor Documentation

pdb::StorageExportSet::StorageExportSet ( )
inline

Definition at line 31 of file StorageExportSet.h.

pdb::StorageExportSet::StorageExportSet ( std::string  dbName,
std::string  setName,
std::string  outputFilePath,
std::string  format 
)
inline

Definition at line 33 of file StorageExportSet.h.

Member Function Documentation

std::string pdb::StorageExportSet::getDbName ( )
inline

Definition at line 44 of file StorageExportSet.h.

std::string pdb::StorageExportSet::getFormat ( )
inline

Definition at line 56 of file StorageExportSet.h.

std::string pdb::StorageExportSet::getOutputFilePath ( )
inline

Definition at line 52 of file StorageExportSet.h.

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

Definition at line 48 of file StorageExportSet.h.

Member Data Documentation

String pdb::StorageExportSet::dbName
private

Definition at line 64 of file StorageExportSet.h.

String pdb::StorageExportSet::format
private

Definition at line 70 of file StorageExportSet.h.

String pdb::StorageExportSet::outputFilePath
private

Definition at line 68 of file StorageExportSet.h.

String pdb::StorageExportSet::setName
private

Definition at line 66 of file StorageExportSet.h.


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