Orxonox
0.0.5 Codename: Arcturus
|
Transports a reference as a value Serves to implement the Colvin/Gibbons trick for SmartPtr/ScopeGuard. More...
#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/loki/RefToValue.h>
Public Member Functions | |
RefToValue (T &ref) | |
RefToValue (const RefToValue &rhs) | |
operator T & () const | |
Private Member Functions | |
RefToValue () | |
RefToValue & | operator= (const RefToValue &) |
Private Attributes | |
T & | ref_ |
Transports a reference as a value Serves to implement the Colvin/Gibbons trick for SmartPtr/ScopeGuard.
|
inline |
|
inline |
|
private |
|
inline |
|
private |
|
private |