The spica renderer
Classes | Public Member Functions | List of all members
spica::ArgumentParser Class Reference

Public Member Functions

template<typename T >
void addArgument (const std::string &shortName, const std::string &longName, T value, bool required=false)
 
bool parse (int argc, char **argv)
 
std::string helpText ()
 
int getInt (const std::string &name) const
 
double getDouble (const std::string &name) const
 
bool getBool (const std::string &name) const
 
std::string getString (const std::string &name) const
 
template<>
void addArgument (const std::string &shortName, const std::string &longName, const char *value, bool required)
 

The documentation for this class was generated from the following file: