#include <UT_PtrProxy.h>
Public Member Functions | |
| UT_RefProxy (int id) | |
| UT_RefProxy (const UT_PtrProxy< utObj > &ptr) | |
| ~UT_RefProxy () | |
| operator const utObj * () const | |
| operator utObj * () | |
| operator int () const | |
Definition at line 71 of file UT_PtrProxy.h.
| UT_RefProxy< utObj >::UT_RefProxy | ( | int | id | ) | [inline, explicit] |
Definition at line 73 of file UT_PtrProxy.h.
| UT_RefProxy< utObj >::UT_RefProxy | ( | const UT_PtrProxy< utObj > & | ptr | ) | [inline, explicit] |
Definition at line 77 of file UT_PtrProxy.h.
| UT_RefProxy< utObj >::~UT_RefProxy | ( | ) | [inline] |
Definition at line 81 of file UT_PtrProxy.h.
| UT_RefProxy< utObj >::operator const utObj * | ( | ) | const [inline] |
Definition at line 83 of file UT_PtrProxy.h.
| UT_RefProxy< utObj >::operator int | ( | ) | const [inline] |
Definition at line 93 of file UT_PtrProxy.h.
| UT_RefProxy< utObj >::operator utObj * | ( | ) | [inline] |
Definition at line 88 of file UT_PtrProxy.h.
1.5.9