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

#include <CatDeleteSetRequest.h>

+ Inheritance diagram for pdb::CatDeleteSetRequest:
+ Collaboration diagram for pdb::CatDeleteSetRequest:

Public Member Functions

 ~CatDeleteSetRequest ()
 
 CatDeleteSetRequest ()
 
 CatDeleteSetRequest (std::string dbName, std::string setName)
 
 CatDeleteSetRequest (const Handle< CatDeleteSetRequest > &requestToCopy)
 
std::pair< std::string,
std::string > 
whichSet ()
 
- 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
 

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 31 of file CatDeleteSetRequest.h.

Constructor & Destructor Documentation

pdb::CatDeleteSetRequest::~CatDeleteSetRequest ( )
inline

Definition at line 34 of file CatDeleteSetRequest.h.

pdb::CatDeleteSetRequest::CatDeleteSetRequest ( )
inline

Definition at line 35 of file CatDeleteSetRequest.h.

pdb::CatDeleteSetRequest::CatDeleteSetRequest ( std::string  dbName,
std::string  setName 
)
inline

Definition at line 36 of file CatDeleteSetRequest.h.

pdb::CatDeleteSetRequest::CatDeleteSetRequest ( const Handle< CatDeleteSetRequest > &  requestToCopy)
inline

Definition at line 39 of file CatDeleteSetRequest.h.

Member Function Documentation

std::pair<std::string, std::string> pdb::CatDeleteSetRequest::whichSet ( )
inline

Definition at line 44 of file CatDeleteSetRequest.h.

Member Data Documentation

String pdb::CatDeleteSetRequest::dbName
private

Definition at line 51 of file CatDeleteSetRequest.h.

String pdb::CatDeleteSetRequest::setName
private

Definition at line 52 of file CatDeleteSetRequest.h.


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