|
HDK
|
#include <APEX_COW.h>
Inheritance diagram for apex::APEX_COWHandle< T >:Public Types | |
| using | Parent = UT_COWValue< T > |
Static Public Member Functions | |
| static const APEX_COWHandle< T > & | getAPEXStaticEmpty () |
Static Public Member Functions inherited from UT_COWValue< T > | |
| static const UT_COWValue< T > & | getStaticEmpty () |
Additional Inherited Members | |
Public Member Functions inherited from UT_COWValue< T > | |
| UT_COWValue () | |
| UT_COWValue (T &&data) | |
| template<typename... Args> | |
| UT_COWValue (std::in_place_t, Args &&...args) | |
| UT_COWValue & | operator= (const UT_COWValue &other) |
| UT_COWValue (const UT_COWValue &other) | |
| UT_COWValue & | operator= (UT_COWValue &&other) noexcept |
| UT_COWValue (UT_COWValue &&other) noexcept | |
| ~UT_COWValue () | |
| bool | isUnique () const |
| bool | isImmortal () const |
| exint | refCount () const |
| void | makeUnique () |
| T & | operator* () |
| const T & | operator* () const |
| T * | operator-> () |
| const T * | operator-> () const |
| const T & | peek () const |
| void | swap (UT_COWValue< T > &other) |
Protected Member Functions inherited from UT_COWValue< T > | |
| void | safeIncRef () const |
| void | safeDecRef () |
Protected Attributes inherited from UT_COWValue< T > | |
| union { | |
| const Rep * myConstRep | |
| Rep * myRep | |
| }; | |
Definition at line 33 of file APEX_COW.h.
| using apex::APEX_COWHandle< T >::Parent = UT_COWValue<T> |
Definition at line 36 of file APEX_COW.h.
|
inlinestatic |
Definition at line 40 of file APEX_COW.h.