Public Member Functions | |
variable () | |
variable (const variable &) | |
variable (const std::string &Name, const std::string &Value, const std::string &FieldSeparator) | |
~variable () | |
variable & | operator= (const variable &That) |
void | take (const std::string &Value, const std::string &FieldSeparator) |
const std::string * | get_element (unsigned Idx, bool ThrowExceptionF=GETPOT_SETTING_THROW_EXCEPTION_ON_DEFAULT) const |
Public Attributes | |
std::string | name |
STRING_VECTOR | value |
std::string | original |
Definition at line 250 of file GetPot.hpp.
__GETPOT_INLINE GetPot::variable::variable | ( | ) |
Definition at line 2404 of file GetPot.cpp.
__GETPOT_INLINE GetPot::variable::variable | ( | const variable & | That | ) |
Definition at line 2408 of file GetPot.cpp.
__GETPOT_INLINE GetPot::variable::variable | ( | const std::string & | Name, |
const std::string & | Value, | ||
const std::string & | FieldSeparator | ||
) |
Definition at line 2419 of file GetPot.cpp.
__GETPOT_INLINE GetPot::variable::~variable | ( | ) |
Definition at line 2472 of file GetPot.cpp.
__GETPOT_INLINE const std::string * GetPot::variable::get_element | ( | unsigned | Idx, |
bool | ThrowExceptionF = GETPOT_SETTING_THROW_EXCEPTION_ON_DEFAULT |
||
) | const |
Definition at line 2427 of file GetPot.cpp.
__GETPOT_INLINE GetPot::variable & GetPot::variable::operator= | ( | const variable & | That | ) |
Definition at line 2476 of file GetPot.cpp.
__GETPOT_INLINE void GetPot::variable::take | ( | const std::string & | Value, |
const std::string & | FieldSeparator | ||
) |
Definition at line 2447 of file GetPot.cpp.
std::string GetPot::variable::name |
Definition at line 269 of file GetPot.hpp.
std::string GetPot::variable::original |
Definition at line 271 of file GetPot.hpp.
STRING_VECTOR GetPot::variable::value |
Definition at line 270 of file GetPot.hpp.