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> | |
| T | parse (const std::string &value) |
| template<typename T> | |
| T | fromString (const std::string &value) |
| template<> | |
| std::string | fromString< std::string > (const std::string &value) |
| template<> | |
| bool | fromString< bool > (const std::string &value) |
| T fromString | ( | const std::string & | value | ) |
Definition at line 79 of file ConfigurationParser.h.
|
inline |
Definition at line 89 of file ConfigurationParser.h.
|
inline |
Definition at line 84 of file ConfigurationParser.h.
| bool isEquals | ( | const std::string & | s1, |
| const std::string & | s2 ) |
| bool parse | ( | bool & | result, |
| const std::string & | value ) |
| T parse | ( | const std::string & | value | ) |
Definition at line 64 of file ConfigurationParser.h.
| bool parse | ( | double & | result, |
| const std::string & | value ) |
| bool parse | ( | int64_t & | result, |
| const std::string & | value ) |
| bool parse | ( | uint64_t & | result, |
| const std::string & | value ) |