Meta_MetaValue
Module: Metanodes / Definitions
A MetaValue provides a description of a property on a metanode.
#include <meta_root.hpp>
Public Types
Type | Name |
---|---|
enum | IDX { Idx_Offset, Idx_Type, Idx_Count, Idx_DataSize, Idx_InitData } Property index. |
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_Offset | int - (internal) Byte offset into a node's value buffer where this property data is stored | |
Idx_Type | int - The type of value stored in this property | |
Idx_Count | int - The number of values stored (e.g. 1 for a single value, 4 for an array of 4 values, etc) | |
Idx_DataSize | int - The total number of bytes used by this property | |
Idx_InitData | vector<char> - The data to initialise this property with for new node instances |
Property index.