UT_COWReadHandle< Data > Class Template Reference

#include <UT_COW.h>

List of all members.

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


Detailed Description

template<typename Data>
class UT_COWReadHandle< Data >

Read Handles are copies of the original handle that have their internal data exposed. You are not allowed to edit them, so many read handles may be sharing the same underlying data.

Definition at line 157 of file UT_COW.h.


Constructor & Destructor Documentation

template<typename Data>
UT_COWReadHandle< Data >::UT_COWReadHandle (  )  [inline]

Definition at line 160 of file UT_COW.h.

template<typename Data>
UT_COWReadHandle< Data >::~UT_COWReadHandle (  )  [inline]

Definition at line 165 of file UT_COW.h.

template<typename Data>
UT_COWReadHandle< Data >::UT_COWReadHandle ( const UT_COWReadHandle< Data > &  src  )  [inline]

Definition at line 170 of file UT_COW.h.

template<typename Data>
UT_COWReadHandle< Data >::UT_COWReadHandle ( const UT_COWHandle< Data > &  src  )  [inline]

Definition at line 175 of file UT_COW.h.


Member Function Documentation

template<typename Data>
bool UT_COWReadHandle< Data >::isNull (  )  const [inline]

Test if this is a NULL pointer.

Definition at line 203 of file UT_COW.h.

template<typename Data>
const Data& UT_COWReadHandle< Data >::operator* ( void   )  const [inline]

Definition at line 208 of file UT_COW.h.

template<typename Data>
const Data* UT_COWReadHandle< Data >::operator-> ( void   )  const [inline]

Definition at line 213 of file UT_COW.h.

template<typename Data>
const UT_COWReadHandle<Data>& UT_COWReadHandle< Data >::operator= ( const UT_COWHandle< Data > &  src  )  [inline]

Definition at line 186 of file UT_COW.h.

template<typename Data>
const UT_COWReadHandle<Data>& UT_COWReadHandle< Data >::operator= ( const UT_COWReadHandle< Data > &  src  )  [inline]

Definition at line 180 of file UT_COW.h.

template<typename Data>
void UT_COWReadHandle< Data >::resetHandle (  )  [inline]

Removes references, making this a null pointer.

Definition at line 197 of file UT_COW.h.


The documentation for this class was generated from the following file:

Generated on Mon Jan 28 00:30:06 2013 for HDK by  doxygen 1.5.9