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

#include <BackendTestSetCopy.h>

+ Inheritance diagram for pdb::BackendTestSetCopy:
+ Collaboration diagram for pdb::BackendTestSetCopy:

Public Member Functions

 BackendTestSetCopy (DatabaseID dbIdIn, UserTypeID typeIdIn, SetID setIdIn, DatabaseID dbIdOut, UserTypeID typeIdOut, SetID setIdOut)
 
 BackendTestSetCopy ()
 
 ~BackendTestSetCopy ()
 
DatabaseID getDatabaseIn ()
 
UserTypeID getTypeIdIn ()
 
SetID getSetIdIn ()
 
DatabaseID getDatabaseOut ()
 
UserTypeID getTypeIdOut ()
 
SetID getSetIdOut ()
 
- 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

DatabaseID srcDatabaseID
 
UserTypeID srcUserTypeID
 
SetID srcSetID
 
DatabaseID destDatabaseID
 
UserTypeID destUserTypeID
 
SetID destSetID
 

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 33 of file BackendTestSetCopy.h.

Constructor & Destructor Documentation

pdb::BackendTestSetCopy::BackendTestSetCopy ( DatabaseID  dbIdIn,
UserTypeID  typeIdIn,
SetID  setIdIn,
DatabaseID  dbIdOut,
UserTypeID  typeIdOut,
SetID  setIdOut 
)
inline

Definition at line 36 of file BackendTestSetCopy.h.

pdb::BackendTestSetCopy::BackendTestSetCopy ( )
inline

Definition at line 50 of file BackendTestSetCopy.h.

pdb::BackendTestSetCopy::~BackendTestSetCopy ( )
inline

Definition at line 51 of file BackendTestSetCopy.h.

Member Function Documentation

DatabaseID pdb::BackendTestSetCopy::getDatabaseIn ( )
inline

Definition at line 53 of file BackendTestSetCopy.h.

DatabaseID pdb::BackendTestSetCopy::getDatabaseOut ( )
inline

Definition at line 65 of file BackendTestSetCopy.h.

SetID pdb::BackendTestSetCopy::getSetIdIn ( )
inline

Definition at line 61 of file BackendTestSetCopy.h.

SetID pdb::BackendTestSetCopy::getSetIdOut ( )
inline

Definition at line 73 of file BackendTestSetCopy.h.

UserTypeID pdb::BackendTestSetCopy::getTypeIdIn ( )
inline

Definition at line 57 of file BackendTestSetCopy.h.

UserTypeID pdb::BackendTestSetCopy::getTypeIdOut ( )
inline

Definition at line 69 of file BackendTestSetCopy.h.

Member Data Documentation

DatabaseID pdb::BackendTestSetCopy::destDatabaseID
private

Definition at line 90 of file BackendTestSetCopy.h.

SetID pdb::BackendTestSetCopy::destSetID
private

Definition at line 96 of file BackendTestSetCopy.h.

UserTypeID pdb::BackendTestSetCopy::destUserTypeID
private

Definition at line 93 of file BackendTestSetCopy.h.

DatabaseID pdb::BackendTestSetCopy::srcDatabaseID
private

Definition at line 81 of file BackendTestSetCopy.h.

SetID pdb::BackendTestSetCopy::srcSetID
private

Definition at line 87 of file BackendTestSetCopy.h.

UserTypeID pdb::BackendTestSetCopy::srcUserTypeID
private

Definition at line 84 of file BackendTestSetCopy.h.


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