YesChief!
C++ argv parser
|
#include <yeschief.h>
Public Attributes | |
OptionConfiguration | configuration |
std::string | description |
std::string | name |
std::string | short_name |
const std::type_info & | type |
An option, nothing else
OptionConfiguration yeschief::Option::configuration |
Advanced configuration of the option
std::string yeschief::Option::description |
What id does?
std::string yeschief::Option::name |
Name of the option (--name
)
std::string yeschief::Option::short_name |
Short name of the option (-n
)
const std::type_info& yeschief::Option::type |
Type of the option (bool,int,...)