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 > | |
R | checked_negate (T &&t, const std::string &, std::true_type) |
template<typename R , typename T > | |
T | checked_negate (T &&, const std::string &text, std::false_type) |
template<typename T > | |
void | integer_parser (const std::string &text, T &value) |
void | parse_value (const std::string &text, uint8_t &value) |
void | parse_value (const std::string &text, int8_t &value) |
void | parse_value (const std::string &text, uint16_t &value) |
void | parse_value (const std::string &text, int16_t &value) |
void | parse_value (const std::string &text, uint32_t &value) |
void | parse_value (const std::string &text, int32_t &value) |
void | parse_value (const std::string &text, uint64_t &value) |
void | parse_value (const std::string &text, int64_t &value) |
void | parse_value (const std::string &text, bool &value) |
void | parse_value (const std::string &text, std::string &value) |
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) |
template<typename T > | |
void | stringstream_parser (const std::string &text, T &value) |
R cxxopts::values::checked_negate | ( | T && | t, |
const std::string & | , | ||
std::true_type | |||
) |
Definition at line 327 of file cxxopts.h.
References dttmaxenums::R, and submitPVValidationJobs::t.
T cxxopts::values::checked_negate | ( | T && | , |
const std::string & | text, | ||
std::false_type | |||
) |
void cxxopts::values::integer_parser | ( | const std::string & | text, |
T & | value | ||
) |
Definition at line 340 of file cxxopts.h.
References edmMakeDummyCfis::base, ALPAKA_ACCELERATOR_NAMESPACE::brokenline::constexpr(), WZElectronSkims53X_cff::max, mps_fire::result, and submitPVValidationJobs::text.
Referenced by parse_value().
|
inline |
Definition at line 402 of file cxxopts.h.
References integer_parser(), and submitPVValidationJobs::text.
Referenced by cxxopts::KeyValue::as(), cxxopts::values::Abstract_value< bool >::parse(), and parse_value().
|
inline |
Definition at line 404 of file cxxopts.h.
References integer_parser(), and submitPVValidationJobs::text.
|
inline |
Definition at line 406 of file cxxopts.h.
References integer_parser(), and submitPVValidationJobs::text.
|
inline |
Definition at line 408 of file cxxopts.h.
References integer_parser(), and submitPVValidationJobs::text.
|
inline |
Definition at line 410 of file cxxopts.h.
References integer_parser(), and submitPVValidationJobs::text.
|
inline |
Definition at line 412 of file cxxopts.h.
References integer_parser(), and submitPVValidationJobs::text.
|
inline |
Definition at line 414 of file cxxopts.h.
References integer_parser(), and submitPVValidationJobs::text.
|
inline |
Definition at line 416 of file cxxopts.h.
References integer_parser(), and submitPVValidationJobs::text.
|
inline |
Definition at line 418 of file cxxopts.h.
References mps_fire::result, and submitPVValidationJobs::text.
|
inline |
Definition at line 436 of file cxxopts.h.
References submitPVValidationJobs::text.
void cxxopts::values::parse_value | ( | const std::string & | text, |
T & | value | ||
) |
Definition at line 442 of file cxxopts.h.
References stringstream_parser(), and submitPVValidationJobs::text.
void cxxopts::values::parse_value | ( | const std::string & | text, |
std::vector< T > & | value | ||
) |
Definition at line 447 of file cxxopts.h.
References parse_value(), submitPVValidationJobs::text, and findQualityFiles::v.
void cxxopts::values::stringstream_parser | ( | const std::string & | text, |
T & | value | ||
) |
Definition at line 394 of file cxxopts.h.
References recoMuon::in, submitPVValidationJobs::text, and cxxopts::value().
Referenced by parse_value().