#include <constrnt.h>

Public Attributes | |
| unsigned int | anyAllowed: 1 |
| unsigned int | symbolsAllowed: 1 |
| unsigned int | stringsAllowed: 1 |
| unsigned int | floatsAllowed: 1 |
| unsigned int | integersAllowed: 1 |
| unsigned int | instanceNamesAllowed: 1 |
| unsigned int | instanceAddressesAllowed: 1 |
| unsigned int | externalAddressesAllowed: 1 |
| unsigned int | factAddressesAllowed: 1 |
| unsigned int | voidAllowed: 1 |
| unsigned int | anyRestriction: 1 |
| unsigned int | symbolRestriction: 1 |
| unsigned int | stringRestriction: 1 |
| unsigned int | floatRestriction: 1 |
| unsigned int | integerRestriction: 1 |
| unsigned int | classRestriction: 1 |
| unsigned int | instanceNameRestriction: 1 |
| unsigned int | multifieldsAllowed: 1 |
| unsigned int | singlefieldsAllowed: 1 |
| unsigned short | bsaveIndex |
| struct expr * | classList |
| struct expr * | restrictionList |
| struct expr * | minValue |
| struct expr * | maxValue |
| struct expr * | minFields |
| struct expr * | maxFields |
| struct constraintRecord * | multifield |
| struct constraintRecord * | next |
| int | bucket |
| int | count |
Definition at line 46 of file constrnt.h.
| unsigned int constraintRecord::anyAllowed |
Definition at line 48 of file constrnt.h.
| unsigned int constraintRecord::symbolsAllowed |
Definition at line 49 of file constrnt.h.
| unsigned int constraintRecord::stringsAllowed |
Definition at line 50 of file constrnt.h.
| unsigned int constraintRecord::floatsAllowed |
Definition at line 51 of file constrnt.h.
| unsigned int constraintRecord::integersAllowed |
Definition at line 52 of file constrnt.h.
| unsigned int constraintRecord::instanceNamesAllowed |
Definition at line 53 of file constrnt.h.
| unsigned int constraintRecord::instanceAddressesAllowed |
Definition at line 54 of file constrnt.h.
| unsigned int constraintRecord::externalAddressesAllowed |
Definition at line 55 of file constrnt.h.
| unsigned int constraintRecord::factAddressesAllowed |
Definition at line 56 of file constrnt.h.
| unsigned int constraintRecord::voidAllowed |
Definition at line 57 of file constrnt.h.
| unsigned int constraintRecord::anyRestriction |
Definition at line 58 of file constrnt.h.
| unsigned int constraintRecord::symbolRestriction |
Definition at line 59 of file constrnt.h.
| unsigned int constraintRecord::stringRestriction |
Definition at line 60 of file constrnt.h.
| unsigned int constraintRecord::floatRestriction |
Definition at line 61 of file constrnt.h.
| unsigned int constraintRecord::integerRestriction |
Definition at line 62 of file constrnt.h.
| unsigned int constraintRecord::classRestriction |
Definition at line 63 of file constrnt.h.
| unsigned int constraintRecord::instanceNameRestriction |
Definition at line 64 of file constrnt.h.
| unsigned int constraintRecord::multifieldsAllowed |
Definition at line 65 of file constrnt.h.
| unsigned int constraintRecord::singlefieldsAllowed |
Definition at line 66 of file constrnt.h.
| unsigned short constraintRecord::bsaveIndex |
Definition at line 67 of file constrnt.h.
struct expr* constraintRecord::classList [read] |
Definition at line 68 of file constrnt.h.
struct expr* constraintRecord::restrictionList [read] |
Definition at line 69 of file constrnt.h.
struct expr* constraintRecord::minValue [read] |
Definition at line 70 of file constrnt.h.
struct expr* constraintRecord::maxValue [read] |
Definition at line 71 of file constrnt.h.
struct expr* constraintRecord::minFields [read] |
Definition at line 72 of file constrnt.h.
struct expr* constraintRecord::maxFields [read] |
Definition at line 73 of file constrnt.h.
struct constraintRecord* constraintRecord::multifield [read] |
Definition at line 74 of file constrnt.h.
struct constraintRecord* constraintRecord::next [read] |
Definition at line 75 of file constrnt.h.
Definition at line 76 of file constrnt.h.
Definition at line 77 of file constrnt.h.
1.5.6