OnixS C++ ICE Binary Order Entry Handler 1.0.0
API Documentation
Loading...
Searching...
No Matches
OnixS::ICE::BOE::System::ConfigurationParser::Utils Namespace Reference

Classes

struct  NumberName

Functions

bool isEquals (const std::string &s1, const std::string &s2)
bool parse (uint64_t &result, const std::string &value)
bool parse (int64_t &result, const std::string &value)
bool parse (double &result, const std::string &value)
bool parse (bool &result, const std::string &value)
template<typename T>
parse (const std::string &value)
template<typename T>
fromString (const std::string &value)
template<>
std::string fromString< std::string > (const std::string &value)
template<>
bool fromString< bool > (const std::string &value)

Function Documentation

◆ fromString()

template<typename T>
T fromString ( const std::string & value)

Definition at line 79 of file ConfigurationParser.h.

◆ fromString< bool >()

template<>
bool fromString< bool > ( const std::string & value)
inline

Definition at line 89 of file ConfigurationParser.h.

◆ fromString< std::string >()

template<>
std::string fromString< std::string > ( const std::string & value)
inline

Definition at line 84 of file ConfigurationParser.h.

◆ isEquals()

bool isEquals ( const std::string & s1,
const std::string & s2 )

◆ parse() [1/5]

bool parse ( bool & result,
const std::string & value )

◆ parse() [2/5]

template<typename T>
T parse ( const std::string & value)

Definition at line 64 of file ConfigurationParser.h.

◆ parse() [3/5]

bool parse ( double & result,
const std::string & value )

◆ parse() [4/5]

bool parse ( int64_t & result,
const std::string & value )

◆ parse() [5/5]

bool parse ( uint64_t & result,
const std::string & value )