Meta_MetaNode
Module: Metanodes / Definitions
A MetaNode provides a description of other metanodes. More...
#include <meta_root.hpp>
Public Types
Type | Name |
---|---|
enum | IDX { Idx_PropSaveMask, Idx_PropStorageMask, Idx_Flags } Property index. |
Detailed Description
struct Meta_MetaNode;
A MetaNode provides a description of other metanodes.
It is possible to determine the data structure of all types of nodes by inspecting these nodes in the system tree
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_PropSaveMask | int[8] - Reserved | |
Idx_PropStorageMask | int[8] - Reserved | |
Idx_Flags | int - Metanode flags (e.g. METANODE_NO_CLONE) |
Property index.