Template Numerical Library version\ main:be918e6f
|
Additional Inherited Members | |
![]() | |
ConfigEntry (const std::string &name, const std::string &description, bool required) | |
ConfigEntry (const std::string &name, const std::string &description, bool required, std::vector< EntryType > defaultValue) | |
virtual std::vector< EntryType > | getDefaultValue () const |
virtual std::vector< EntryType > & | getEnumValues () |
virtual const std::vector< EntryType > & | getEnumValues () const |
std::string | getUIEntryType () const override |
bool | hasDefaultValue () const override |
bool | hasEnumValues () const override |
std::string | printDefaultValue () const override |
void | printEnumValues (std::ostream &str) const override |
![]() | |
ConfigEntryBase (std::string name, std::string description, bool required) | |
const std::string & | getDescription () const |
const std::string & | getName () const |
virtual bool | isDelimiter () const |
bool | isRequired () const |
![]() | |
std::string | description |
std::string | name |
bool | required |