|
|
| xiiVisualScriptDataStorage (const xiiSharedPtr< const xiiVisualScriptDataDescription > &pDesc) |
| |
|
const xiiVisualScriptDataDescription & | GetDesc () const |
| |
|
bool | IsAllocated () const |
| |
|
void | AllocateStorage (xiiAllocatorBase *pAllocator) |
| |
|
void | DeallocateStorage () |
| |
|
xiiResult | Serialize (xiiStreamWriter &inout_stream) const |
| |
|
xiiResult | Deserialize (xiiStreamReader &inout_stream, xiiAllocatorBase *pAllocator) |
| |
|
template<typename T> |
| const T & | GetData (DataOffset dataOffset) const |
| |
|
template<typename T> |
| T & | GetWritableData (DataOffset dataOffset) |
| |
|
template<typename T> |
| void | SetData (DataOffset dataOffset, const T &value) |
| |
|
xiiTypedPointer | GetPointerData (DataOffset dataOffset, xiiUInt32 uiExecutionCounter) const |
| |
|
template<typename T> |
| void | SetPointerData (DataOffset dataOffset, T ptr, const xiiRTTI *pType, xiiUInt32 uiExecutionCounter) |
| |
|
xiiVariant | GetDataAsVariant (DataOffset dataOffset, const xiiRTTI *pExpectedType, xiiUInt32 uiExecutionCounter) const |
| |
|
void | SetDataFromVariant (DataOffset dataOffset, const xiiVariant &value, xiiUInt32 uiExecutionCounter) |
| |
|
virtual | ~xiiRefCounted ()=default |
| | Adds a virtual destructor.
|
| |
|
| xiiRefCountingImpl ()=default |
| | Constructor.
|
| |
|
| xiiRefCountingImpl (const xiiRefCountingImpl &rhs) |
| |
|
void | operator= (const xiiRefCountingImpl &rhs) |
| |
|
xiiUInt32 | AddRef () const |
| | Increments the reference counter. Returns the new reference count.
|
| |
|
xiiUInt32 | ReleaseRef () const |
| | Decrements the reference counter. Returns the new reference count.
|
| |
|
bool | IsReferenced () const |
| | Returns true if the reference count is greater than 0, false otherwise.
|
| |
|
xiiUInt32 | GetRefCount () const |
| | Returns the current reference count.
|
| |
The documentation for this class was generated from the following files:
- /home/runner/work/XII/XII/Source/EnginePlugins/VisualScriptPlugin/Runtime/VisualScriptData.h
- /home/runner/work/XII/XII/Source/EnginePlugins/VisualScriptPlugin/Runtime/Implementation/VisualScriptData.cpp
- /home/runner/work/XII/XII/Source/EnginePlugins/VisualScriptPlugin/Runtime/Implementation/VisualScriptData_inl.h