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

#include <CatSharedLibraryByNameRequest.h>

+ Inheritance diagram for pdb::CatSharedLibraryByNameRequest:
+ Collaboration diagram for pdb::CatSharedLibraryByNameRequest:

Public Member Functions

 CatSharedLibraryByNameRequest ()
 
 CatSharedLibraryByNameRequest (int16_t identifierIn, String NameIn)
 
 CatSharedLibraryByNameRequest (const CatSharedLibraryByNameRequest &objectToCopy)
 
 ~CatSharedLibraryByNameRequest ()
 
String getTypeLibraryName ()
 
int16_t getTypeLibraryId ()
 
- 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

int16_t identifier
 
String objectTypeName
 

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

Constructor & Destructor Documentation

pdb::CatSharedLibraryByNameRequest::CatSharedLibraryByNameRequest ( )
inline

Definition at line 34 of file CatSharedLibraryByNameRequest.h.

pdb::CatSharedLibraryByNameRequest::CatSharedLibraryByNameRequest ( int16_t  identifierIn,
String  NameIn 
)
inline

Definition at line 36 of file CatSharedLibraryByNameRequest.h.

pdb::CatSharedLibraryByNameRequest::CatSharedLibraryByNameRequest ( const CatSharedLibraryByNameRequest objectToCopy)
inline

Definition at line 39 of file CatSharedLibraryByNameRequest.h.

pdb::CatSharedLibraryByNameRequest::~CatSharedLibraryByNameRequest ( )
inline

Definition at line 44 of file CatSharedLibraryByNameRequest.h.

Member Function Documentation

int16_t pdb::CatSharedLibraryByNameRequest::getTypeLibraryId ( )
inline

Definition at line 50 of file CatSharedLibraryByNameRequest.h.

String pdb::CatSharedLibraryByNameRequest::getTypeLibraryName ( )
inline

Definition at line 46 of file CatSharedLibraryByNameRequest.h.

Member Data Documentation

int16_t pdb::CatSharedLibraryByNameRequest::identifier
private

Definition at line 57 of file CatSharedLibraryByNameRequest.h.

String pdb::CatSharedLibraryByNameRequest::objectTypeName
private

Definition at line 58 of file CatSharedLibraryByNameRequest.h.


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