Derecho  0.9
Distributed systems toolkit for RDMA
Public Member Functions | Public Attributes | List of all members
GetPot::variable Struct Reference
Collaboration diagram for GetPot::variable:
Collaboration graph
[legend]

Public Member Functions

 variable ()
 
 variable (const variable &)
 
 variable (const std::string &Name, const std::string &Value, const std::string &FieldSeparator)
 
 ~variable ()
 
variableoperator= (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
 

Detailed Description

Definition at line 250 of file GetPot.hpp.

Constructor & Destructor Documentation

◆ variable() [1/3]

__GETPOT_INLINE GetPot::variable::variable ( )

Definition at line 2404 of file GetPot.cpp.

◆ variable() [2/3]

__GETPOT_INLINE GetPot::variable::variable ( const variable That)

Definition at line 2408 of file GetPot.cpp.

◆ variable() [3/3]

__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.

◆ ~variable()

__GETPOT_INLINE GetPot::variable::~variable ( )

Definition at line 2472 of file GetPot.cpp.

Member Function Documentation

◆ get_element()

__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.

◆ operator=()

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

Definition at line 2476 of file GetPot.cpp.

◆ take()

__GETPOT_INLINE void GetPot::variable::take ( const std::string &  Value,
const std::string &  FieldSeparator 
)

Definition at line 2447 of file GetPot.cpp.

Member Data Documentation

◆ name

std::string GetPot::variable::name

Definition at line 269 of file GetPot.hpp.

◆ original

std::string GetPot::variable::original

Definition at line 271 of file GetPot.hpp.

◆ value

STRING_VECTOR GetPot::variable::value

Definition at line 270 of file GetPot.hpp.


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