#include <UT_COW.h>
Public Member Functions | |
| UT_COWReadHandle () | |
| ~UT_COWReadHandle () | |
| UT_COWReadHandle (const UT_COWReadHandle< Data > &src) | |
| UT_COWReadHandle (const UT_COWHandle< Data > &src) | |
| const UT_COWReadHandle< Data > & | operator= (const UT_COWReadHandle< Data > &src) |
| const UT_COWReadHandle< Data > & | operator= (const UT_COWHandle< Data > &src) |
| void | resetHandle () |
| Removes references, making this a null pointer. | |
| bool | isNull () const |
| Test if this is a NULL pointer. | |
| const Data & | operator* () const |
| const Data * | operator-> () const |
Definition at line 157 of file UT_COW.h.
| UT_COWReadHandle< Data >::UT_COWReadHandle | ( | ) | [inline] |
| UT_COWReadHandle< Data >::~UT_COWReadHandle | ( | ) | [inline] |
| UT_COWReadHandle< Data >::UT_COWReadHandle | ( | const UT_COWReadHandle< Data > & | src | ) | [inline] |
| UT_COWReadHandle< Data >::UT_COWReadHandle | ( | const UT_COWHandle< Data > & | src | ) | [inline] |
| bool UT_COWReadHandle< Data >::isNull | ( | ) | const [inline] |
| const Data& UT_COWReadHandle< Data >::operator* | ( | void | ) | const [inline] |
| const Data* UT_COWReadHandle< Data >::operator-> | ( | void | ) | const [inline] |
| const UT_COWReadHandle<Data>& UT_COWReadHandle< Data >::operator= | ( | const UT_COWHandle< Data > & | src | ) | [inline] |
| const UT_COWReadHandle<Data>& UT_COWReadHandle< Data >::operator= | ( | const UT_COWReadHandle< Data > & | src | ) | [inline] |
| void UT_COWReadHandle< Data >::resetHandle | ( | ) | [inline] |
1.5.9