API  Version 2.0.1
Low-Latency HFT API
 All Classes Functions Variables
API2::COMMON::UserParamsReader Class Reference

The UserParamsReader class. More...

#include <userParamsReader.h>

Static Public Member Functions

static std::string symbol ()
 symbol More...
 
static std::string params ()
 params More...
 
static std::string other ()
 other More...
 
static std::string seperator ()
 seperator More...
 
static std::string stretch ()
 stretch More...
 
static bool isComment (std::string &line)
 isComment More...
 
static bool isLabel (std::string &line)
 isLabel More...
 
static bool isSpace (std::string &line)
 isSpace More...
 
static bool isSymbol (std::string &line)
 isSymbol More...
 
static bool isParams (std::string &line)
 isParams More...
 
static bool isOther (std::string &line)
 isOther More...
 
static BaseTypeVector getBaseTypeVector (const std::string &frontendDesign)
 getBaseTypeVector More...
 
static BaseTypeVector getBaseTypeVector (const std::vector< KeyValue > &vectorGuiTemplate)
 getBaseTypeVector More...
 
static std::vector< KeyValuegetVectorGuiTemplate (const std::string &frontendDesign)
 getVectorGuiTemplate More...
 
static int compareBeg (const std::string &s1, const std::string &s2)
 compareBeg More...
 
static void setSerializedDataType (std::vector< KeyValue > &vectorGuiTemplate)
 setSerializedDataType More...
 

Detailed Description

The UserParamsReader class.

Member Function Documentation

static int API2::COMMON::UserParamsReader::compareBeg ( const std::string &  s1,
const std::string &  s2 
)
static

compareBeg

Parameters
s1
s2
Returns
static BaseTypeVector API2::COMMON::UserParamsReader::getBaseTypeVector ( const std::string &  frontendDesign)
static

getBaseTypeVector

Parameters
frontendDesign
Returns
static BaseTypeVector API2::COMMON::UserParamsReader::getBaseTypeVector ( const std::vector< KeyValue > &  vectorGuiTemplate)
static

getBaseTypeVector

Parameters
vectorGuiTemplate
Returns
static std::vector<KeyValue> API2::COMMON::UserParamsReader::getVectorGuiTemplate ( const std::string &  frontendDesign)
static

getVectorGuiTemplate

Parameters
frontendDesign
Returns
getVectorGuiTemplate
Parameters
frontendDesign
static bool API2::COMMON::UserParamsReader::isComment ( std::string &  line)
static

isComment

Parameters
line
Returns
static bool API2::COMMON::UserParamsReader::isLabel ( std::string &  line)
static

isLabel

Parameters
line
Returns
static bool API2::COMMON::UserParamsReader::isOther ( std::string &  line)
static

isOther

Parameters
line
Returns
static bool API2::COMMON::UserParamsReader::isParams ( std::string &  line)
static

isParams

Parameters
line
Returns
static bool API2::COMMON::UserParamsReader::isSpace ( std::string &  line)
static

isSpace

Parameters
line
Returns
static bool API2::COMMON::UserParamsReader::isSymbol ( std::string &  line)
static

isSymbol

Parameters
line
Returns
static std::string API2::COMMON::UserParamsReader::other ( )
static

other

Returns
static std::string API2::COMMON::UserParamsReader::params ( )
static

params

Returns
static std::string API2::COMMON::UserParamsReader::seperator ( )
static

seperator

Returns
static void API2::COMMON::UserParamsReader::setSerializedDataType ( std::vector< KeyValue > &  vectorGuiTemplate)
static

setSerializedDataType

Parameters
vectorGuiTemplate
Exceptions
UnknownTypeException
static std::string API2::COMMON::UserParamsReader::stretch ( )
static

stretch

Returns
static std::string API2::COMMON::UserParamsReader::symbol ( )
static

symbol

Returns

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