#include <tmpltdef.h>

Public Attributes | |
| struct symbolHashNode * | slotName |
| unsigned int | multislot: 1 |
| unsigned int | noDefault: 1 |
| unsigned int | defaultPresent: 1 |
| unsigned int | defaultDynamic: 1 |
| CONSTRAINT_RECORD * | constraints |
| struct expr * | defaultList |
| struct expr * | facetList |
| struct templateSlot * | next |
Definition at line 76 of file tmpltdef.h.
struct symbolHashNode* templateSlot::slotName [read] |
Definition at line 78 of file tmpltdef.h.
| unsigned int templateSlot::multislot |
Definition at line 79 of file tmpltdef.h.
| unsigned int templateSlot::noDefault |
Definition at line 80 of file tmpltdef.h.
| unsigned int templateSlot::defaultPresent |
Definition at line 81 of file tmpltdef.h.
| unsigned int templateSlot::defaultDynamic |
Definition at line 82 of file tmpltdef.h.
Definition at line 83 of file tmpltdef.h.
struct expr* templateSlot::defaultList [read] |
Definition at line 84 of file tmpltdef.h.
struct expr* templateSlot::facetList [read] |
Definition at line 85 of file tmpltdef.h.
struct templateSlot* templateSlot::next [read] |
Definition at line 86 of file tmpltdef.h.
1.5.6