|
Template Numerical Library version\ main:d08c4decc
|


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) | |
| virtual std::vector< EntryType > | getDefaultValue () const |
| virtual std::vector< EntryType > & | getEnumValues () |
| 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 |