#include <UT_LockedRawPtr.h>
Public Member Functions | |
| UT_LockedRawPtr () | |
| UT_LockedRawPtr (PTR &ptr, UT_Lock &lock) | |
| UT_LockedRawPtr (const UT_LockedRawPtr &other) | |
| UT_LockedRawPtr & | operator= (const UT_LockedRawPtr &other) |
| PTR & | operator* () const |
| PTR * | operator-> () const |
| operator bool () const | |
| bool | operator! () const |
Definition at line 45 of file UT_LockedRawPtr.h.
| UT_LockedRawPtr< PTR >::UT_LockedRawPtr | ( | ) | [inline] |
Definition at line 48 of file UT_LockedRawPtr.h.
| UT_LockedRawPtr< PTR >::UT_LockedRawPtr | ( | PTR & | ptr, | |
| UT_Lock & | lock | |||
| ) | [inline] |
Definition at line 53 of file UT_LockedRawPtr.h.
| UT_LockedRawPtr< PTR >::UT_LockedRawPtr | ( | const UT_LockedRawPtr< PTR > & | other | ) | [inline] |
Definition at line 58 of file UT_LockedRawPtr.h.
| UT_LockedRawPtr< PTR >::operator bool | ( | ) | const [inline] |
Definition at line 76 of file UT_LockedRawPtr.h.
| bool UT_LockedRawPtr< PTR >::operator! | ( | ) | const [inline] |
Definition at line 77 of file UT_LockedRawPtr.h.
| PTR& UT_LockedRawPtr< PTR >::operator* | ( | void | ) | const [inline] |
Definition at line 73 of file UT_LockedRawPtr.h.
| PTR* UT_LockedRawPtr< PTR >::operator-> | ( | void | ) | const [inline] |
Definition at line 74 of file UT_LockedRawPtr.h.
| UT_LockedRawPtr& UT_LockedRawPtr< PTR >::operator= | ( | const UT_LockedRawPtr< PTR > & | other | ) | [inline] |
Definition at line 63 of file UT_LockedRawPtr.h.
1.5.9