#include "multifld.h"#include "match.h"#include "constrnt.h"#include "constrct.h"


Go to the source code of this file.
Classes | |
| struct | packedClassLinks |
| struct | defclassModule |
| struct | defclass |
| struct | classLink |
| struct | slotName |
| struct | instanceSlot |
| struct | slotDescriptor |
| struct | instance |
| struct | messageHandler |
Defines | |
| #define | MAX_TRAVERSALS 256 |
| #define | TRAVERSAL_BYTES 32 |
| #define | VALUE_REQUIRED 0 |
| #define | VALUE_PROHIBITED 1 |
| #define | VALUE_NOT_REQUIRED 2 |
| #define | GetInstanceSlotLength(sp) GetMFLength(sp->value) |
Typedefs | |
| typedef struct defclassModule | DEFCLASS_MODULE |
| typedef struct defclass | DEFCLASS |
| typedef struct packedClassLinks | PACKED_CLASS_LINKS |
| typedef struct classLink | CLASS_LINK |
| typedef struct slotName | SLOT_NAME |
| typedef struct slotDescriptor | SLOT_DESC |
| typedef struct messageHandler | HANDLER |
| typedef struct instance | INSTANCE_TYPE |
| typedef struct instanceSlot | INSTANCE_SLOT |
| typedef struct classLink CLASS_LINK |
| typedef struct defclassModule DEFCLASS_MODULE |
| typedef struct messageHandler HANDLER |
| typedef struct instanceSlot INSTANCE_SLOT |
| typedef struct instance INSTANCE_TYPE |
| typedef struct packedClassLinks PACKED_CLASS_LINKS |
| typedef struct slotDescriptor SLOT_DESC |
1.5.6