|
ohcount
|
Holds a series of callbacks for in a queue (linked list). More...
#include <parser_macros.h>
Data Fields | |
| const char * | lang |
| const char * | entity |
| int | s |
| int | e |
| void * | udata |
| struct CallbackItem * | next |
Holds a series of callbacks for in a queue (linked list).
| 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 |
The next callback in the linked list.
| int CallbackItem::s |
The start position of the entity in the buffer.
| void* CallbackItem::udata |
Userdata.