|
libzypp
15.24.2
|
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 234 of file ZConfig.cc.
| typedef Tp zypp::Option< Tp >::value_type |
Definition at line 236 of file ZConfig.cc.
|
inline |
No default ctor, explicit initialisation!
Definition at line 239 of file ZConfig.cc.
|
inline |
Get the value.
Definition at line 244 of file ZConfig.cc.
|
inline |
Autoconversion to value_type.
Definition at line 248 of file ZConfig.cc.
|
inline |
Set a new value.
Definition at line 252 of file ZConfig.cc.
|
inline |
Non-const reference to set a new value.
Definition at line 256 of file ZConfig.cc.
|
private |
Definition at line 260 of file ZConfig.cc.