|
NeKernel dev
|
Reference wrapper class. /// =========================================================== ///. More...
#include <Ref.h>
Public Member Functions | |
| Ref ()=default | |
| ~Ref ()=default | |
| Ref (T *cls) | |
| Ref (T cls) | |
| Ref & | operator= (T ref) |
| T | operator-> () const |
| T & | Leak () |
| T & | TryLeak () |
| T | operator* () |
| operator bool () | |
| bool | operator! () |
Private Attributes | |
| T | fClass |
Reference wrapper class. /// =========================================================== ///.
=========================================================== ///
|
explicitdefault |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |