| 
    queso-0.56.0
    
   | 
 
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 3860 of file getpot.h.
References take().
      
  | 
  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::get_value_no_default(), and GetPot::operator()().
      
  | 
  inline | 
      
  | 
  inline | 
| std::string GetPot::variable::name | 
data memebers
Definition at line 478 of file getpot.h.
Referenced by GetPot::_DBE_expand(), and operator=().
| std::string GetPot::variable::original | 
Definition at line 480 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 479 of file getpot.h.
Referenced by operator=(), and GetPot::vector_variable_size().