#include <event.h>
Data Fields | |
FAXPP_EventType | type |
The type of the attribute value. | |
FAXPP_Text | name |
The name of the item in the attribute's value. | |
FAXPP_Text | value |
The value of the item in the attribute's value. | |
unsigned int | line |
The line the attribute value started on. | |
unsigned int | column |
The column the attribute value started on. | |
FAXPP_AttrValue_s * | next |
The next item in the attribute's value, or 0. | |
FAXPP_AttrValue_s * | dealloc_next |
Private - Do not use. |
Definition at line 46 of file event.h.
unsigned int FAXPP_AttrValue_s::line |
unsigned int FAXPP_AttrValue_s::column |