|
CWB
|
The linked list in an AttributeList consists of these. More...
#include <attlist.h>
Data Fields | |
| char * | name |
| name of the attribute More... | |
| Attribute * | attribute |
| the relevant Attribute object, only valid if list_valid==1 More... | |
| int | status |
| This is user-settable; 0 on initialisation. More... | |
| struct _attrbuf * | next |
| Next in chain. More... | |
| struct _attrbuf * | prev |
| Previous in chain. More... | |
The linked list in an AttributeList consists of these.
| Attribute* attribute |
the relevant Attribute object, only valid if list_valid==1
Referenced by AddNameToAL(), compose_kwic_line(), ComputePrintStructures(), DestroyAttributeList(), get_position_values(), get_print_attribute_values(), PrintAttributes(), PrintAttributesSimple(), RecomputeAL(), sgml_print_output(), and VerifyList().
| char* name |
name of the attribute
Referenced by AddNameToAL(), DestroyAttributeList(), printAlignedStrings(), update_context_descriptor(), and VerifyList().
| struct _attrbuf* next |
Next in chain.
Referenced by AddNameToAL(), compose_kwic_line(), ComputePrintStructures(), DestroyAttributeList(), do_attribute_show(), get_position_values(), get_print_attribute_values(), latex_print_output(), NrOfElementsAL(), printAlignedStrings(), PrintAttributes(), PrintAttributesSimple(), RecomputeAL(), RemoveNameFromAL(), set_current_corpus(), sgml_print_output(), Unchain(), update_context_descriptor(), and VerifyList().
| struct _attrbuf* prev |
Previous in chain.
Referenced by AddNameToAL(), DestroyAttributeList(), RecomputeAL(), RemoveNameFromAL(), Unchain(), and VerifyList().
| int status |
This is user-settable; 0 on initialisation.
Referenced by AddNameToAL(), compose_kwic_line(), DestroyAttributeList(), do_attribute_show(), get_position_values(), get_print_attribute_values(), latex_print_output(), printAlignedStrings(), PrintAttributes(), set_current_corpus(), and sgml_print_output().
1.8.8