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
ExportableObject Class Referenceabstract

#include <ExportableObject.h>

+ Inheritance diagram for ExportableObject:
+ Collaboration diagram for ExportableObject:

Public Member Functions

virtual void print ()=0
 
virtual std::string toSchemaString (std::string format)=0
 
virtual std::string toValueString (std::string format)=0
 
virtual std::vector< std::string > getSupportedFormats ()=0
 
- 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)
 

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 24 of file ExportableObject.h.

Member Function Documentation

virtual std::vector<std::string> ExportableObject::getSupportedFormats ( )
pure virtual
virtual void ExportableObject::print ( )
pure virtual
virtual std::string ExportableObject::toSchemaString ( std::string  format)
pure virtual
virtual std::string ExportableObject::toValueString ( std::string  format)
pure virtual

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