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

#include <BackendExecuteSelection.h>

+ Inheritance diagram for pdb::BackendExecuteSelection:
+ Collaboration diagram for pdb::BackendExecuteSelection:

Public Member Functions

 BackendExecuteSelection (DatabaseID dbIdIn, UserTypeID typeIdIn, SetID setIdIn, DatabaseID dbIdOut, UserTypeID typeIdOut, SetID setIdOut)
 
 BackendExecuteSelection ()
 
 ~BackendExecuteSelection ()
 
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 32 of file BackendExecuteSelection.h.

Constructor & Destructor Documentation

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

Definition at line 35 of file BackendExecuteSelection.h.

pdb::BackendExecuteSelection::BackendExecuteSelection ( )
inline

Definition at line 49 of file BackendExecuteSelection.h.

pdb::BackendExecuteSelection::~BackendExecuteSelection ( )
inline

Definition at line 50 of file BackendExecuteSelection.h.

Member Function Documentation

DatabaseID pdb::BackendExecuteSelection::getDatabaseIn ( )
inline

Definition at line 52 of file BackendExecuteSelection.h.

DatabaseID pdb::BackendExecuteSelection::getDatabaseOut ( )
inline

Definition at line 64 of file BackendExecuteSelection.h.

SetID pdb::BackendExecuteSelection::getSetIdIn ( )
inline

Definition at line 60 of file BackendExecuteSelection.h.

SetID pdb::BackendExecuteSelection::getSetIdOut ( )
inline

Definition at line 72 of file BackendExecuteSelection.h.

UserTypeID pdb::BackendExecuteSelection::getTypeIdIn ( )
inline

Definition at line 56 of file BackendExecuteSelection.h.

UserTypeID pdb::BackendExecuteSelection::getTypeIdOut ( )
inline

Definition at line 68 of file BackendExecuteSelection.h.

Member Data Documentation

DatabaseID pdb::BackendExecuteSelection::destDatabaseID
private

Definition at line 89 of file BackendExecuteSelection.h.

SetID pdb::BackendExecuteSelection::destSetID
private

Definition at line 95 of file BackendExecuteSelection.h.

UserTypeID pdb::BackendExecuteSelection::destUserTypeID
private

Definition at line 92 of file BackendExecuteSelection.h.

DatabaseID pdb::BackendExecuteSelection::srcDatabaseID
private

Definition at line 80 of file BackendExecuteSelection.h.

SetID pdb::BackendExecuteSelection::srcSetID
private

Definition at line 86 of file BackendExecuteSelection.h.

UserTypeID pdb::BackendExecuteSelection::srcUserTypeID
private

Definition at line 83 of file BackendExecuteSelection.h.


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