Classes | |
class | standard_value |
struct | value_has_arg |
struct | value_has_arg< bool > |
Functions | |
template<typename T > | |
void | parse_value (const std::string &text, T &value) |
template<typename T > | |
void | parse_value (const std::string &text, std::vector< T > &value) |
void | parse_value (const std::string &, bool &value) |
void | parse_value (const std::string &text, std::string &value) |
void cxxopts::values::parse_value | ( | const std::string & | text, |
T & | value | ||
) |
Definition at line 386 of file cxxopts.hpp.
void cxxopts::values::parse_value | ( | const std::string & | text, |
std::vector< T > & | value | ||
) |
Definition at line 403 of file cxxopts.hpp.
void cxxopts::values::parse_value | ( | const std::string & | , |
bool & | value | ||
) | [inline] |
Definition at line 412 of file cxxopts.hpp.
void cxxopts::values::parse_value | ( | const std::string & | text, |
std::string & | value | ||
) | [inline] |
Definition at line 421 of file cxxopts.hpp.