Template Numerical Library version\ main:bb09b17
|
Additional Inherited Members | |
Public Member Functions inherited from TNL::Config::ConfigEntry< EntryType, std::vector< EntryType > > | |
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 |
Public Member Functions inherited from TNL::Config::ConfigEntryBase | |
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 |
Protected Attributes inherited from TNL::Config::ConfigEntryBase | |
std::string | description |
std::string | name |
bool | required |