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 |
Definition at line 3922 of file getpot.h.
References GETPOT_NAMESPACE::GetPot::operator=(), and operator=().
|
inline |
Definition at line 3934 of file getpot.h.
References take().
|
inline |
|
inline |
get a specific element in the string vector (return 0 if not present)
Definition at line 3944 of file getpot.h.
References value.
Referenced by GETPOT_NAMESPACE::GetPot::get_value_no_default(), and GETPOT_NAMESPACE::GetPot::operator()().
|
inline |
Definition at line 4015 of file getpot.h.
References libMesh::Quality::name(), name, original, value, and value.
Referenced by variable().
|
inline |
std::string GETPOT_NAMESPACE::GetPot::variable::name |
data members
Definition at line 500 of file getpot.h.
Referenced by GETPOT_NAMESPACE::GetPot::_DBE_expand(), and operator=().
std::string GETPOT_NAMESPACE::GetPot::variable::original |
Definition at line 502 of file getpot.h.
Referenced by GETPOT_NAMESPACE::GetPot::_DBE_expand(), GETPOT_NAMESPACE::GetPot::_DBE_get_variable(), GETPOT_NAMESPACE::GetPot::get_value_no_default(), GETPOT_NAMESPACE::GetPot::operator()(), and operator=().
STRING_VECTOR GETPOT_NAMESPACE::GetPot::variable::value |
Definition at line 501 of file getpot.h.
Referenced by operator=(), and GETPOT_NAMESPACE::GetPot::vector_variable_size().