#include <template.h>
Public Member Functions | |
| TemplateAutoRef (T *obj) | |
| ~TemplateAutoRef () | |
| T & | operator* () const |
| T * | operator-> () const |
| T * | get () const |
Private Attributes | |
| T * | m_obj |
Definition at line 305 of file template.h.
|
inline |
Definition at line 308 of file template.h.
|
inline |
Definition at line 312 of file template.h.
|
inline |
Definition at line 318 of file template.h.
|
inline |
Definition at line 316 of file template.h.
|
inline |
Definition at line 317 of file template.h.
|
private |
Definition at line 321 of file template.h.
1.8.11