ast_dataitem_ex_t Struct Reference

Extracted dataitem. More...

#include <dataitem.h>

Data Fields

ast_dataitem_type_t type
 Type of data item. More...
 
void * data
 Pointer to extracted data of individual dataitem. More...
 

Detailed Description

Extracted dataitem.

Examples
example.c.

Field Documentation

◆ data

void* ast_dataitem_ex_t::data

Pointer to extracted data of individual dataitem.

0 means data is invalid.

◆ type

ast_dataitem_type_t ast_dataitem_ex_t::type

Type of data item.

Examples
example.c.

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