libzypp
13.10.6
|
Mutable option. More...
Public Types | |
typedef _Tp | value_type |
Public Member Functions | |
Option (const value_type &initial_r) | |
No default ctor, explicit initialisation! More... | |
const value_type & | get () const |
Get the value. More... | |
operator const value_type & () const | |
Autoconversion to value_type. More... | |
void | set (const value_type &newval_r) |
Set a new value. More... | |
value_type & | ref () |
Non-const reference to set a new value. More... | |
Private Attributes | |
value_type | _val |
Mutable option.
Definition at line 219 of file ZConfig.cc.
typedef _Tp zypp::Option< _Tp >::value_type |
Definition at line 221 of file ZConfig.cc.
|
inline |
No default ctor, explicit initialisation!
Definition at line 224 of file ZConfig.cc.
|
inline |
Get the value.
Definition at line 229 of file ZConfig.cc.
|
inline |
Autoconversion to value_type.
Definition at line 233 of file ZConfig.cc.
|
inline |
Set a new value.
Definition at line 237 of file ZConfig.cc.
|
inline |
Non-const reference to set a new value.
Definition at line 241 of file ZConfig.cc.
|
private |
Definition at line 245 of file ZConfig.cc.