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

#include <BackendTestSetScan.h>

+ Inheritance diagram for pdb::BackendTestSetScan:
+ Collaboration diagram for pdb::BackendTestSetScan:

Public Member Functions

 BackendTestSetScan (DatabaseID dbIdIn, UserTypeID typeIdIn, SetID setIdIn)
 
 BackendTestSetScan ()
 
 ~BackendTestSetScan ()
 
DatabaseID getDatabaseID ()
 
UserTypeID getUserTypeID ()
 
SetID getSetID ()
 
- 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 dbId
 
UserTypeID typeId
 
SetID setId
 

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 BackendTestSetScan.h.

Constructor & Destructor Documentation

pdb::BackendTestSetScan::BackendTestSetScan ( DatabaseID  dbIdIn,
UserTypeID  typeIdIn,
SetID  setIdIn 
)
inline

Definition at line 35 of file BackendTestSetScan.h.

pdb::BackendTestSetScan::BackendTestSetScan ( )
inline

Definition at line 41 of file BackendTestSetScan.h.

pdb::BackendTestSetScan::~BackendTestSetScan ( )
inline

Definition at line 42 of file BackendTestSetScan.h.

Member Function Documentation

DatabaseID pdb::BackendTestSetScan::getDatabaseID ( )
inline

Definition at line 44 of file BackendTestSetScan.h.

SetID pdb::BackendTestSetScan::getSetID ( )
inline

Definition at line 52 of file BackendTestSetScan.h.

UserTypeID pdb::BackendTestSetScan::getUserTypeID ( )
inline

Definition at line 48 of file BackendTestSetScan.h.

Member Data Documentation

DatabaseID pdb::BackendTestSetScan::dbId
private

Definition at line 60 of file BackendTestSetScan.h.

SetID pdb::BackendTestSetScan::setId
private

Definition at line 66 of file BackendTestSetScan.h.

UserTypeID pdb::BackendTestSetScan::typeId
private

Definition at line 63 of file BackendTestSetScan.h.


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