LifeV
GetPot::variable Struct Reference
+ Collaboration diagram for GetPot::variable:

Public Member Functions

 variable ()
 
 variable (const variable &)
 
 variable (const char *Name, const char *Value, const char *FieldSeparator)
 
 ~variable ()
 
variableoperator= (const variable &That)
 
void take (const char *Value, const char *FieldSeparator)
 
const std::string * get_element (unsigned Idx) const
 

Data Fields

std::string name
 
STRING_VECTOR value
 
std::string original
 

Detailed Description

Definition at line 295 of file GetPot.hpp.

Constructor & Destructor Documentation

◆ variable() [1/3]

variable ( )
inline

Definition at line 3356 of file GetPot.hpp.

◆ variable() [2/3]

variable ( const variable That)
inline

Definition at line 3360 of file GetPot.hpp.

◆ variable() [3/3]

variable ( const char *  Name,
const char *  Value,
const char *  FieldSeparator 
)
inline

Definition at line 3371 of file GetPot.hpp.

+ Here is the caller graph for this function:

◆ ~variable()

~variable ( )
inline

Definition at line 3419 of file GetPot.hpp.

Member Function Documentation

◆ operator=()

GetPot::variable & operator= ( const variable That)
inline

Definition at line 3423 of file GetPot.hpp.

+ Here is the caller graph for this function:

◆ take()

void take ( const char *  Value,
const char *  FieldSeparator 
)
inline

Definition at line 3392 of file GetPot.hpp.

+ Here is the caller graph for this function:

◆ get_element()

const std::string * get_element ( unsigned  Idx) const
inline

Definition at line 3379 of file GetPot.hpp.

+ Here is the caller graph for this function:

Field Documentation

◆ name

std::string name

Definition at line 315 of file GetPot.hpp.

◆ value

Definition at line 316 of file GetPot.hpp.

◆ original

std::string original

Definition at line 317 of file GetPot.hpp.


The documentation for this struct was generated from the following file: