HDK
|
#include <APEX_COW.h>
Public Types | |
using | Parent = UT_COWValue< T > |
Static Public Member Functions | |
static const APEX_COWHandle< T > & | getAPEXStaticEmpty () |
![]() | |
static const UT_COWValue< T > & | getStaticEmpty () |
Additional Inherited Members | |
![]() | |
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) |
![]() | |
void | safeIncRef () const |
void | safeDecRef () |
![]() | |
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.