|
Isle
|
#include "legotypes.h"

Go to the source code of this file.
Classes | |
| class | LegoTreeNodeData |
| [AI] Abstract base class for storing data payloads inside nodes of a tree structure, forming the data content of each tree node. More... | |
| class | LegoTreeNode |
| [AI] Represents a node within a general, N-ary tree structure. More... | |
| class | LegoTree |
| [AI] Represents an N-ary tree of LegoTreeNode objects, with support for recursive reading and writing of tree structures. More... | |