#include <UT_PtrProxy.h>
Public Member Functions | |
| UT_PtrProxy (utObj *me) | |
| ~UT_PtrProxy () | |
| int | getId () const |
| operator const utObj * () const | |
| operator utObj * () | |
| operator int () const | |
| void | swizzle (utObj *me) |
| unsigned int | getReferences () const |
Definition at line 30 of file UT_PtrProxy.h.
| UT_PtrProxy< utObj >::UT_PtrProxy | ( | utObj * | me | ) | [inline, explicit] |
Definition at line 32 of file UT_PtrProxy.h.
| UT_PtrProxy< utObj >::~UT_PtrProxy | ( | ) | [inline] |
Definition at line 36 of file UT_PtrProxy.h.
| int UT_PtrProxy< utObj >::getId | ( | ) | const [inline] |
Definition at line 41 of file UT_PtrProxy.h.
| unsigned int UT_PtrProxy< utObj >::getReferences | ( | ) | const [inline] |
Definition at line 61 of file UT_PtrProxy.h.
| UT_PtrProxy< utObj >::operator const utObj * | ( | ) | const [inline] |
Definition at line 43 of file UT_PtrProxy.h.
| UT_PtrProxy< utObj >::operator int | ( | ) | const [inline] |
Definition at line 53 of file UT_PtrProxy.h.
| UT_PtrProxy< utObj >::operator utObj * | ( | ) | [inline] |
Definition at line 48 of file UT_PtrProxy.h.
| void UT_PtrProxy< utObj >::swizzle | ( | utObj * | me | ) | [inline] |
Definition at line 57 of file UT_PtrProxy.h.
1.5.9