#include "constrnt.h"


Go to the source code of this file.
Classes | |
| struct | constraintParseRecord |
Defines | |
| #define | LOCALE extern |
Typedefs | |
| typedef struct constraintParseRecord | CONSTRAINT_PARSE_RECORD |
Functions | |
| LOCALE intBool | CheckConstraintParseConflicts (void *, CONSTRAINT_RECORD *) |
| LOCALE void | AttributeConflictErrorMessage (void *, char *, char *) |
| LOCALE void | InitializeConstraintParseRecord (CONSTRAINT_PARSE_RECORD *) |
| LOCALE intBool | StandardConstraint (char *) |
| LOCALE intBool | ParseStandardConstraint (void *, char *, char *, CONSTRAINT_RECORD *, CONSTRAINT_PARSE_RECORD *, int) |
| LOCALE void | OverlayConstraint (void *, CONSTRAINT_PARSE_RECORD *, CONSTRAINT_RECORD *, CONSTRAINT_RECORD *) |
| LOCALE void | OverlayConstraintParseRecord (CONSTRAINT_PARSE_RECORD *, CONSTRAINT_PARSE_RECORD *) |
| #define LOCALE extern |
Definition at line 39 of file cstrnpsr.h.
| typedef struct constraintParseRecord CONSTRAINT_PARSE_RECORD |
Definition at line 58 of file cstrnpsr.h.
| LOCALE void AttributeConflictErrorMessage | ( | void * | , | |
| char * | , | |||
| char * | ||||
| ) |
Definition at line 196 of file cstrnpsr.c.
| LOCALE intBool CheckConstraintParseConflicts | ( | void * | , | |
| CONSTRAINT_RECORD * | ||||
| ) |
Definition at line 77 of file cstrnpsr.c.
| LOCALE void InitializeConstraintParseRecord | ( | CONSTRAINT_PARSE_RECORD * | ) |
Definition at line 216 of file cstrnpsr.c.
| LOCALE void OverlayConstraint | ( | void * | , | |
| CONSTRAINT_PARSE_RECORD * | , | |||
| CONSTRAINT_RECORD * | , | |||
| CONSTRAINT_RECORD * | ||||
| ) |
Definition at line 343 of file cstrnpsr.c.
| LOCALE void OverlayConstraintParseRecord | ( | CONSTRAINT_PARSE_RECORD * | , | |
| CONSTRAINT_PARSE_RECORD * | ||||
| ) |
Definition at line 454 of file cstrnpsr.c.
| LOCALE intBool ParseStandardConstraint | ( | void * | , | |
| char * | , | |||
| char * | , | |||
| CONSTRAINT_RECORD * | , | |||
| CONSTRAINT_PARSE_RECORD * | , | |||
| int | ||||
| ) |
Definition at line 262 of file cstrnpsr.c.
| LOCALE intBool StandardConstraint | ( | char * | ) |
Definition at line 237 of file cstrnpsr.c.
1.5.6