ohcount
Data Fields
CallbackItem Struct Reference

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 CallbackItemnext
 

Detailed Description

Holds a series of callbacks for in a queue (linked list).

Field Documentation

◆ e

int CallbackItem::e

The end position of the entity in the buffer.

◆ entity

const char* CallbackItem::entity

The name of the entity associated with this callback. Must not be 'free'd.

◆ lang

const char* CallbackItem::lang

The language associated with this callback item. Must not be 'free'd.

◆ next

struct CallbackItem* CallbackItem::next

The next callback in the linked list.

◆ s

int CallbackItem::s

The start position of the entity in the buffer.

◆ udata

void* CallbackItem::udata

Userdata.


The documentation for this struct was generated from the following file: