![]() |
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.
|
#include <CatSharedLibraryResult.h>
Inheritance diagram for pdb::CatSharedLibraryResult:
Collaboration diagram for pdb::CatSharedLibraryResult:Public Member Functions | |
| CatSharedLibraryResult () | |
| CatSharedLibraryResult (bool res, std::string errMsg) | |
| ~CatSharedLibraryResult () | |
| ENABLE_DEEP_COPY std::pair < bool, std::string > | getRes () |
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) |
Public Attributes | |
| Vector< char > | dataToSend |
Private Attributes | |
| bool | res |
| String | errMsg |
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) |
Definition at line 32 of file CatSharedLibraryResult.h.
|
inline |
Definition at line 35 of file CatSharedLibraryResult.h.
|
inline |
Definition at line 36 of file CatSharedLibraryResult.h.
|
inline |
Definition at line 37 of file CatSharedLibraryResult.h.
|
inline |
Definition at line 45 of file CatSharedLibraryResult.h.
| Vector<char> pdb::CatSharedLibraryResult::dataToSend |
Definition at line 41 of file CatSharedLibraryResult.h.
|
private |
Definition at line 51 of file CatSharedLibraryResult.h.
|
private |
Definition at line 50 of file CatSharedLibraryResult.h.