Namespaces | |
values | |
Classes | |
class | Argument_incorrect_type |
struct | HelpGroupDetails |
struct | HelpOptionDetails |
class | Invalid_option_format_error |
class | KeyValue |
class | Missing_argument_exception |
class | Option_exists_error |
class | Option_not_exists_exception |
class | Option_not_has_argument_exception |
class | Option_not_present_exception |
class | Option_required_exception |
class | Option_requires_argument_exception |
class | Option_syntax_exception |
class | OptionAdder |
class | OptionDetails |
class | OptionException |
class | OptionParseException |
class | Options |
class | OptionSpecException |
class | OptionValue |
class | ParseResult |
class | Value |
Typedefs | |
typedef std::string | String |
Functions | |
bool | empty (const std::string &s) |
String & | stringAppend (String &s, String a) |
String & | stringAppend (String &s, size_t n, char c) |
template<typename Iterator > | |
String & | stringAppend (String &s, Iterator begin, Iterator end) |
size_t | stringLength (const String &s) |
template<typename T > | |
T | toLocalString (T &&t) |
template<typename T > | |
std::string | toUTF8String (T &&t) |
template<typename T > | |
std::shared_ptr< Value > | value () |
template<typename T > | |
std::shared_ptr< Value > | value (T &t) |
Variables | |
struct { | |
uint8_t cxxopts::major | |
uint8_t cxxopts::minor | |
uint8_t cxxopts::patch | |
} | version = { 2 , 2 , 0 } |
typedef std::string cxxopts::String |
|
inline |
Definition at line 162 of file cxxopts.h.
References alignCSCRings::s.
Referenced by cxxopts::Options::generate_group_help().
Definition at line 150 of file cxxopts.h.
References DummyCfis::c, create_idmaps::n, and alignCSCRings::s.
String& cxxopts::stringAppend | ( | String & | s, |
Iterator | begin, | ||
Iterator | end | ||
) |
|
inline |
Definition at line 146 of file cxxopts.h.
References alignCSCRings::s.
Referenced by cxxopts::Options::help_one_group().
Definition at line 142 of file cxxopts.h.
References submitPVValidationJobs::t.
Referenced by cxxopts::Options::add_option(), cxxopts::Options::help(), and cxxopts::Options::help_one_group().
std::string cxxopts::toUTF8String | ( | T && | t | ) |
Definition at line 158 of file cxxopts.h.
References submitPVValidationJobs::t.
Referenced by cxxopts::Options::help().
std::shared_ptr<Value> cxxopts::value | ( | ) |
Definition at line 579 of file cxxopts.h.
References submitPVValidationJobs::t.
Referenced by cxxopts::values::Abstract_value< bool >::is_boolean().
uint8_t cxxopts::major |
Definition at line 53 of file cxxopts.h.
Referenced by trackerTFP::HoughTransform::fillIn(), getCudaCoresPerSM(), and SiStripConfigDb::getFedDescriptions().
uint8_t cxxopts::minor |
Definition at line 53 of file cxxopts.h.
Referenced by trackerTFP::HoughTransform::fillIn(), getCudaCoresPerSM(), and SiStripConfigDb::getFedDescriptions().
constexpr { ... } cxxopts::version |