|
LIPH's C++ Codes
|
This is the complete list of members for liph::flags, including all inherited members.
| bool_ref(const std::string &name) | liph::flags | |
| double_ref(const std::string &name) | liph::flags | |
| flags()=default | liph::flags | |
| has_flag(const std::string &name) const | liph::flags | |
| help() const | liph::flags | |
| int32_ref(const std::string &name) | liph::flags | |
| parse_flags(int argc, char ***argv) | liph::flags | |
| register_bool_flag(const std::string &name, bool default_value=false, std::string help_message="") | liph::flags | |
| register_double_flag(const std::string &name, double default_value=0.0, std::string help_message="") | liph::flags | |
| register_int32_flag(const std::string &name, int32_t default_value=0, std::string help_message="") | liph::flags | |
| register_string_flag(const std::string &name, std::string default_value="", std::string help_message="") | liph::flags | |
| string_ref(const std::string &name) | liph::flags |