API  Version 2.0.1
Low-Latency HFT API
 All Classes Functions Variables
API2::BaseType Class Referenceabstract

The BaseType class. More...

#include <baseCommands.h>

Inheritance diagram for API2::BaseType:
API2::DerivedType< T > API2::DerivedType< UNSIGNED_CHARACTER > API2::DerivedType< UNSIGNED_INTEGER > API2::DerivedType< UNSIGNED_LONG >

Public Member Functions

std::string getString () const
 
std::string & getRefString ()
 
void setString (const std::string &value)
 
virtual void serializeFun (char *buf, int &bytes)=0
 serializeFun More...
 
virtual void deSerializeFun (const char *buf, int &offset)=0
 deSerializeFun More...
 
virtual void dump ()=0
 dump
 
virtual std::string getKeyValueString ()=0
 getKeyValueString
 
virtual void printType ()=0
 printType
 
 BaseType (const std::string &stringType)
 BaseType. More...
 
 BaseType ()
 BaseType.
 

Detailed Description

The BaseType class.

Constructor & Destructor Documentation

API2::BaseType::BaseType ( const std::string &  stringType)
inline

BaseType.

Parameters
stringType

Member Function Documentation

virtual void API2::BaseType::deSerializeFun ( const char *  buf,
int &  offset 
)
pure virtual
virtual void API2::BaseType::serializeFun ( char *  buf,
int &  bytes 
)
pure virtual

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