CWB
|
The component_field_spec data type. More...
Data Fields | |
ComponentID | id |
the specifier for what kind of blob of info this component is; also used as the index for this component in its Attribute's component array. More... | |
char * | name |
String used as the label for this component (abbreviation of the relevant label from in the ComponentID enumeration). More... | |
int | using_atts |
The attribute type of the Attributes that use this component. More... | |
char * | default_path |
The default location of the file corresponding to this component; can contain variables ($DIR=directory, $ANAME=attribute name) More... | |
The component_field_spec data type.
char* default_path |
The default location of the file corresponding to this component; can contain variables ($DIR=directory, $ANAME=attribute name)
Referenced by component_full_name().
ComponentID id |
the specifier for what kind of blob of info this component is; also used as the index for this component in its Attribute's component array.
Referenced by component_full_name(), component_id(), find_cid_id(), and MayHaveComponent().
char* name |
String used as the label for this component (abbreviation of the relevant label from in the ComponentID enumeration).
Referenced by cid_name().
int using_atts |
The attribute type of the Attributes that use this component.
Referenced by declare_default_components(), and MayHaveComponent().