#include <list>
Go to the source code of this file.
Classes | |
class | Node |
class | NodeGroup |
Enumerations | |
enum | values { VALUE_INTEGER, VALUE_FLOAT, VALUE_BOOL, VALUE_STRING } |
Variables | |
const int | CLASS_NODE = 7 |
const int | CLASSES_NODE = 6 |
const int | ENTRY_NODE = 4 |
const int | INSTANCE_NODE = 10 |
const int | INSTANCES_NODE = 9 |
const int | MAIN_NODE = 0 |
const int | OWNSLOT_NODE = 3 |
const int | OWNSLOTS_NODE = 8 |
const int | SLOT_NODE = 2 |
const int | SLOTS_NODE = 1 |
const int | VALUE_NODE = 5 |
enum values |
const int CLASS_NODE = 7 |
const int CLASSES_NODE = 6 |
const int ENTRY_NODE = 4 |
const int INSTANCE_NODE = 10 |
const int INSTANCES_NODE = 9 |
const int OWNSLOT_NODE = 3 |
const int OWNSLOTS_NODE = 8 |
const int SLOTS_NODE = 1 |
const int VALUE_NODE = 5 |