Arty
Public Member Functions | Public Attributes | List of all members
OptionImpl< bool > Struct Template Reference
Inheritance diagram for OptionImpl< bool >:
Option

Public Member Functions

 OptionImpl (const std::string &full_name, const std::string &short_name, const std::string &desc, bool &val, const bool &def, const std::string &)
 
bool read_value (const char *arg) override
 
- Public Member Functions inherited from Option
 Option (const std::string &fn, const std::string &sn, const std::string &dc)
 
virtual std::ostream & print_default (std::ostream &o) const
 
virtual std::string arg_name () const
 
virtual bool has_arg () const
 

Public Attributes

bool & value
 
bool default_value
 
- Public Attributes inherited from Option
std::string full_name
 
std::string short_name
 
std::string desc
 

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