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

#include <CatSharedLibraryRequest.h>

+ Inheritance diagram for pdb::CatSharedLibraryRequest:
+ Collaboration diagram for pdb::CatSharedLibraryRequest:

Public Member Functions

 CatSharedLibraryRequest ()
 
 CatSharedLibraryRequest (int16_t searchForMe)
 
 ~CatSharedLibraryRequest ()
 
int16_t getTypeID ()
 
- 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 findMe
 

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 30 of file CatSharedLibraryRequest.h.

Constructor & Destructor Documentation

pdb::CatSharedLibraryRequest::CatSharedLibraryRequest ( )
inline

Definition at line 33 of file CatSharedLibraryRequest.h.

pdb::CatSharedLibraryRequest::CatSharedLibraryRequest ( int16_t  searchForMe)
inline

Definition at line 34 of file CatSharedLibraryRequest.h.

pdb::CatSharedLibraryRequest::~CatSharedLibraryRequest ( )
inline

Definition at line 35 of file CatSharedLibraryRequest.h.

Member Function Documentation

int16_t pdb::CatSharedLibraryRequest::getTypeID ( )
inline

Definition at line 37 of file CatSharedLibraryRequest.h.

Member Data Documentation

int16_t pdb::CatSharedLibraryRequest::findMe
private

Definition at line 44 of file CatSharedLibraryRequest.h.


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