|
Geophysical Inversion and Modelling Library v1.5.4
|
Inheritance diagram for GIMLI::Option< T >:
Collaboration diagram for GIMLI::Option< T >:Public Member Functions | |
| Option (T &var) | |
| Option (T &var, const T &defaultVar) | |
| virtual void | assign_ (char *opt=NULL) |
| virtual std::string | typname () |
| T | value () |
| virtual std::string | defautToString () |
Public Member Functions inherited from GIMLI::OptionBase | |
| const char | key () const |
| void | assign (char *opt) |
Public Attributes | |
| T | defaultVar_ |
Public Attributes inherited from GIMLI::OptionBase | |
| void * | var_ |
| char | key_ |
| std::string | name_ |
| std::string | help_ |
| int | hasArg_ |
|
inlinevirtual |
Implements GIMLI::OptionBase.
|
inlinevirtual |
Implements GIMLI::OptionBase.
|
inlinevirtual |
Implements GIMLI::OptionBase.