#include <ScopeGuard.hpp>
Public Member Functions | |
RefHolder (T &ref) | |
operator T & () const | |
Private Member Functions | |
RefHolder & | operator= (const RefHolder &) |
Private Attributes | |
T & | ref_ |
Definition at line 51 of file ScopeGuard.hpp.
|
Definition at line 55 of file ScopeGuard.hpp. |
|
Definition at line 56 of file ScopeGuard.hpp. References BLOCXX_NAMESPACE::RefHolder< T >::ref_. |
|
|
|
Definition at line 53 of file ScopeGuard.hpp. Referenced by BLOCXX_NAMESPACE::RefHolder< T >::operator T &(). |