Snowman
0.1.0
|
This is the complete list of members for snowboy::ParseOptions, including all inherited members.
GetArgument(size_t index) const (defined in snowboy::ParseOptions) | snowboy::ParseOptions | |
IsValidOption(const std::string &opt) const (defined in snowboy::ParseOptions) | snowboy::ParseOptions | |
NormalizeOptionName(const std::string &option) const (defined in snowboy::ParseOptions) | snowboy::ParseOptions | |
ParseOneOption(const std::string &opt, std::string *out_name, std::string *out_value) const (defined in snowboy::ParseOptions) | snowboy::ParseOptions | |
ParseOptions(const std::string &usage) (defined in snowboy::ParseOptions) | snowboy::ParseOptions | |
PrintUsage(bool) (defined in snowboy::ParseOptions) | snowboy::ParseOptions | |
ReadArguments(int argc, char const *const *argv) (defined in snowboy::ParseOptions) | snowboy::ParseOptions | |
ReadConfigFile(const std::string &filename) (defined in snowboy::ParseOptions) | snowboy::ParseOptions | |
ReadConfigString(const std::string &config) (defined in snowboy::ParseOptions) | snowboy::ParseOptions | |
Register(const std::string &prefix, const std::string &name, const std::string &usage_info, bool *ptr) override (defined in snowboy::ParseOptions) | snowboy::ParseOptions | virtual |
Register(const std::string &prefix, const std::string &name, const std::string &usage_info, int32_t *ptr) override (defined in snowboy::ParseOptions) | snowboy::ParseOptions | virtual |
Register(const std::string &prefix, const std::string &name, const std::string &usage_info, uint32_t *ptr) override (defined in snowboy::ParseOptions) | snowboy::ParseOptions | virtual |
Register(const std::string &prefix, const std::string &name, const std::string &usage_info, int64_t *ptr) override (defined in snowboy::ParseOptions) | snowboy::ParseOptions | virtual |
Register(const std::string &prefix, const std::string &name, const std::string &usage_info, uint64_t *ptr) override (defined in snowboy::ParseOptions) | snowboy::ParseOptions | virtual |
Register(const std::string &prefix, const std::string &name, const std::string &usage_info, float *ptr) override (defined in snowboy::ParseOptions) | snowboy::ParseOptions | virtual |
Register(const std::string &prefix, const std::string &name, const std::string &usage_info, std::string *ptr) override (defined in snowboy::ParseOptions) | snowboy::ParseOptions | virtual |
Remove(const std::string &prefix, const std::string &name) override (defined in snowboy::ParseOptions) | snowboy::ParseOptions | virtual |
~OptionsItf() (defined in snowboy::OptionsItf) | snowboy::OptionsItf | inlinevirtual |
~ParseOptions() (defined in snowboy::ParseOptions) | snowboy::ParseOptions |