![]() |
Low-Level Abstraction of Memory Access
|
#include <Core.hpp>
Record dimension tree node which may either be a leaf or refer to a child tree presented as another Record.
Tag | Name of the node. May be any type (struct, class). |
Type | Type of the node. May be one of three cases. 1. another sub tree consisting of a nested Record. 2. an array of static size of any type, in which case a Record with as many Field as the array size is created, named RecordCoord specialized on consecutive numbers I. 3. A scalar type different from Record, making this node a leaf of this type. |