![]() |
The Gaudi Framework
master (e68eea06)
|
Optional reference to a property that can be used to refer to a sting or to the string representation of a property instance value. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/Gaudi/Details/PropertyBase.h>

Public Member Functions | |
| WeakPropertyRef ()=default | |
| WeakPropertyRef (std::string value) | |
| WeakPropertyRef (PropertyBase &property) | |
| WeakPropertyRef (const WeakPropertyRef &other)=delete | |
| WeakPropertyRef (WeakPropertyRef &&other) | |
| ~WeakPropertyRef () | |
| WeakPropertyRef & | operator= (WeakPropertyRef &&other) |
| WeakPropertyRef & | operator= (PropertyBase &value) |
| WeakPropertyRef & | operator= (const std::string &value) |
| operator std::string () const | |
| bool | isBound () const |
| bool | isSet () const |
Private Member Functions | |
| void | detach () |
Private Attributes | |
| friend | PropertyBase |
| PropertyBase * | m_property = nullptr |
| std::string | m_value |
| bool | m_unset = true |
Optional reference to a property that can be used to refer to a sting or to the string representation of a property instance value.
Definition at line 154 of file PropertyBase.h.
|
default |
|
inline |
Definition at line 159 of file PropertyBase.h.
|
inline |
Definition at line 160 of file PropertyBase.h.
|
delete |
|
inline |
Definition at line 162 of file PropertyBase.h.
|
inline |
Definition at line 170 of file PropertyBase.h.
|
inlineprivate |
Definition at line 215 of file PropertyBase.h.
|
inline |
Definition at line 207 of file PropertyBase.h.
|
inline |
Definition at line 208 of file PropertyBase.h.
| Gaudi::Details::WeakPropertyRef::operator std::string | ( | ) | const |
Definition at line 462 of file Property.cpp.
|
inline |
Definition at line 199 of file PropertyBase.h.
|
inline |
Definition at line 187 of file PropertyBase.h.
|
inline |
Definition at line 173 of file PropertyBase.h.
|
private |
Definition at line 211 of file PropertyBase.h.
|
private |
Definition at line 213 of file PropertyBase.h.
|
private |
Definition at line 212 of file PropertyBase.h.
|
private |
Definition at line 155 of file PropertyBase.h.