TwiceAsNice
2019-02-18
|
#include <Handle.h>
Public Types | |
typedef T | element_type |
typedef T | element_type |
Public Member Functions | |
T * | get () const |
T * | operator-> () const |
T & | operator* () const |
operator bool () const | |
void | swap (HandleBase &other) |
T * | get () const |
T * | operator-> () const |
T & | operator* () const |
operator bool () const | |
void | swap (HandleBase &other) |
Public Attributes | |
T * | _ptr |
Private Member Functions | |
void | throwNullHandleException (const char *, const int) const |
void | throwNullHandleException (const char *, const int) const |
typedef T Nice::HandleBase< T >::element_type |
typedef T Nice::HandleBase< T >::element_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
inlineprivate |
T * Nice::HandleBase< T >::_ptr |