Public Member Functions | |
| variable () | |
| variable (const variable &) | |
| variable (const char *Name, const char *Value, const char *FieldSeparator) | |
| ~variable () | |
| variable & | operator= (const variable &Other) |
| void | take (const char *Value, const char *FieldSeparator) |
| const std::string * | get_element (unsigned Idx) const |
Public Attributes | |
| std::string | name |
| STRING_VECTOR | value |
| std::string | original |
Variable to be specified on the command line or in input files. (i.e. of the form var='12 312 341')
|
inline |
|
inline |
|
inline |
Definition at line 3932 of file getpot.h.
References take().
|
inline |
get a specific element in the string vector (return 0 if not present)
Definition at line 3942 of file getpot.h.
Referenced by GetPot::get_value_no_default(), and GetPot::operator()().
|
inline |
Definition at line 4013 of file getpot.h.
References libMesh::Quality::name(), name, original, and value.
Referenced by variable().
|
inline |
| std::string GetPot::variable::name |
data memebers
Definition at line 500 of file getpot.h.
Referenced by GetPot::_DBE_expand(), and operator=().
| std::string GetPot::variable::original |
Definition at line 502 of file getpot.h.
Referenced by GetPot::_DBE_expand(), GetPot::_DBE_get_variable(), GetPot::get_value_no_default(), GetPot::operator()(), and operator=().
| STRING_VECTOR GetPot::variable::value |
Definition at line 501 of file getpot.h.
Referenced by operator=(), and GetPot::vector_variable_size().