CWB
|
The Variable object. More...
#include <variables.h>
The Variable object.
(Plus also VariableBuffer: the former is a pointer to the latter.)
set of items
Referenced by do_printVariableSize(), GetVariableItems(), GetVariableStrings(), NewVariable(), printSingleVariableValue(), VariableAddItem(), VariableDeleteItems(), VariableItemMember(), VariableSubtractItem(), and VerifyVariable().
char* my_attribute |
name of attribute I'm valid for
Referenced by DropVariable(), NewVariable(), and VerifyVariable().
char* my_corpus |
name of corpus I'm valid for
Referenced by DropVariable(), NewVariable(), and VerifyVariable().
char* my_name |
my name
Referenced by do_printVariableSize(), DropVariable(), NewVariable(), and printSingleVariableValue().
int nr_invalid_items |
Referenced by VariableDeleteItems(), and VerifyVariable().
int nr_items |
number of items
Referenced by do_printVariableSize(), GetVariableItems(), GetVariableStrings(), NewVariable(), printSingleVariableValue(), VariableAddItem(), VariableDeleteItems(), VariableItemMember(), VariableSubtractItem(), and VerifyVariable().
int nr_valid_items |
only valid after validation
Referenced by GetVariableItems(), VariableDeleteItems(), and VerifyVariable().
int valid |
flag: whether I'm valid or not
Referenced by NewVariable(), VariableAddItem(), VariableDeleteItems(), VariableSubtractItem(), and VerifyVariable().