#include <parser_macros.h>
| Data Fields | |
| const char * | lang | 
| const char * | entity | 
| int | s | 
| int | e | 
| void * | udata | 
| struct CallbackItem * | next | 
| int CallbackItem::e | 
The end position of the entity in the buffer.
| const char* CallbackItem::entity | 
The name of the entity associated with this callback. Must not be 'free'd.
| const char* CallbackItem::lang | 
The language associated with this callback item. Must not be 'free'd.
| struct CallbackItem* CallbackItem::next  [read] | 
The next callback in the linked list.
| int CallbackItem::s | 
The start position of the entity in the buffer.
| void* CallbackItem::udata | 
Userdata.
 1.5.9
 1.5.9