|
Rendu
A lightweight rendering engine for experimentations
|
Informations about an argument. More...
#include <Config.hpp>
Public Member Functions | |
| ArgumentInfo (const std::string &aname, const std::string &ashort, const std::string &adetails, const std::vector< std::string > &avalues) | |
Informations about an argument.
| Config::ArgumentInfo::ArgumentInfo | ( | const std::string & | aname, |
| const std::string & | ashort, | ||
| const std::string & | adetails, | ||
| const std::vector< std::string > & | avalues | ||
| ) |
Constructor.
| aname | argument long name |
| ashort | argument optional short name |
| adetails | argument description |
| avalues | optional list of parameters for the argument |