The spica renderer
|
This is the complete list of members for spica::ArgumentParser, including all inherited members.
addArgument(const std::string &shortName, const std::string &longName, T value, bool required=false) (defined in spica::ArgumentParser) | spica::ArgumentParser | inline |
addArgument(const std::string &shortName, const std::string &longName, const char *value, bool required) (defined in spica::ArgumentParser) | spica::ArgumentParser | |
ArgumentParser()=default (defined in spica::ArgumentParser) | spica::ArgumentParser | |
getBool(const std::string &name) const (defined in spica::ArgumentParser) | spica::ArgumentParser | inline |
getDouble(const std::string &name) const (defined in spica::ArgumentParser) | spica::ArgumentParser | inline |
getInt(const std::string &name) const (defined in spica::ArgumentParser) | spica::ArgumentParser | inline |
getString(const std::string &name) const (defined in spica::ArgumentParser) | spica::ArgumentParser | inline |
helpText() (defined in spica::ArgumentParser) | spica::ArgumentParser | inline |
parse(int argc, char **argv) (defined in spica::ArgumentParser) | spica::ArgumentParser | inline |
~ArgumentParser() (defined in spica::ArgumentParser) | spica::ArgumentParser | inlinevirtual |