Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


ast_data Struct Reference

The data tree to be returned by the callbacks and managed by functions local to this file. More...

Data Fields

struct ao2_containerchildren
 The list of nodes inside this node. More...
 
struct data_filterfilter
 The filter node that depends on the current node, this is used only when creating the result tree. More...
 
char name [0]
 The name of the node. More...
 
union {
   unsigned int   boolean
 
   char   character
 
   double   dbl
 
   struct in_addr   ipaddr
 
   void *   ptr
 
   int32_t   sint
 
   char *   str
 
   uint32_t   uint
 
payload
 The node content. More...
 
enum ast_data_type type
 

Detailed Description

The data tree to be returned by the callbacks and managed by functions local to this file.

Definition at line 85 of file data.c.

Field Documentation

struct data_filter* filter

The filter node that depends on the current node, this is used only when creating the result tree.

Definition at line 102 of file data.c.

Referenced by __ast_data_add(), and data_result_generate_node().


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