|
xiiResult | Serialize (xiiStreamWriter &inout_stream) const |
|
xiiResult | Deserialize (xiiStreamReader &inout_stream) |
|
void | Clear () |
|
void | CalculatePerTypeStartOffsets () |
|
void | CheckOffset (DataOffset dataOffset, const xiiRTTI *pType) const |
|
DataOffset | GetOffset (xiiVisualScriptDataType::Enum dataType, xiiUInt32 uiIndex, DataOffset::Source::Enum source) const |
|
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.
|
|
|
OffsetAndCount | m_PerTypeInfo [xiiVisualScriptDataType::Count] |
|
xiiUInt32 | m_uiStorageSizeNeeded = 0 |
|
The documentation for this struct 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