|
|
Namespaces | |
| detail | |
Classes | |
| class | abstract_value |
| class | standard_value |
| class | standard_value< bool > |
| struct | type_is_container |
| struct | type_is_container< std::vector< T > > |
Functions | |
| template<typename R , typename T > | |
| T | checked_negate (T &&, const std::string &text, std::false_type) |
| template<typename R , typename T > | |
| R | checked_negate (T &&t, const std::string &, std::true_type) |
| template<typename T > | |
| void | integer_parser (const std::string &text, T &value) |
| void | parse_value (const std::string &text, bool &value) |
| void | parse_value (const std::string &text, int16_t &value) |
| void | parse_value (const std::string &text, int32_t &value) |
| void | parse_value (const std::string &text, int64_t &value) |
| void | parse_value (const std::string &text, int8_t &value) |
| void | parse_value (const std::string &text, std::string &value) |
| template<typename T > | |
| void | parse_value (const std::string &text, std::vector< T > &value) |
| template<typename T > | |
| void | parse_value (const std::string &text, T &value) |
| void | parse_value (const std::string &text, uint16_t &value) |
| void | parse_value (const std::string &text, uint32_t &value) |
| void | parse_value (const std::string &text, uint64_t &value) |
| void | parse_value (const std::string &text, uint8_t &value) |
| template<typename T > | |
| void | stringstream_parser (const std::string &text, T &value) |
Definition at line 479 of file cxxopts.hpp.
| R cxxopts::values::checked_negate | ( | T && | t, |
| const std::string & | , | ||
| std::true_type | |||
| ) |
Definition at line 469 of file cxxopts.hpp.
| void cxxopts::values::integer_parser | ( | const std::string & | text, |
| T & | value | ||
| ) |
Definition at line 486 of file cxxopts.hpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void cxxopts::values::parse_value | ( | const std::string & | text, |
| std::vector< T > & | value | ||
| ) |
| void cxxopts::values::parse_value | ( | const std::string & | text, |
| T & | value | ||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 567 of file cxxopts.hpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void cxxopts::values::stringstream_parser | ( | const std::string & | text, |
| T & | value | ||
| ) |
Definition at line 556 of file cxxopts.hpp.
Here is the call graph for this function:
Here is the caller graph for this function: