| Top |
typedef struct {
FepAttrType type;
unsigned int value;
unsigned int start_index;
unsigned int end_index;
} FepAttribute;
FepAttrType |
type of the attribute |
|
value of the attribute |
||
starting position of the attribute |
||
end position (exclusive) of the attribute |