queso-0.57.1
|
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 3848 of file getpot.h.
References GETPOT_NAMESPACE::GetPot::operator=(), and operator=().
|
inline |
Definition at line 3860 of file getpot.h.
References take().
|
inline |
|
inline |
get a specific element in the string vector (return 0 if not present)
Definition at line 3870 of file getpot.h.
Referenced by GETPOT_NAMESPACE::GetPot::get_value_no_default(), and GETPOT_NAMESPACE::GetPot::operator()().
|
inline |
|
inline |
std::string GETPOT_NAMESPACE::GetPot::variable::name |
data memebers
Definition at line 478 of file getpot.h.
Referenced by GETPOT_NAMESPACE::GetPot::_DBE_expand(), and operator=().
std::string GETPOT_NAMESPACE::GetPot::variable::original |
Definition at line 480 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 479 of file getpot.h.
Referenced by operator=(), and GETPOT_NAMESPACE::GetPot::vector_variable_size().