Mon Mar 12 2012 21:47:42

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...

Collaboration diagram for ast_data:

Data Fields

struct ao2_containerchildren
 The list of nodes inside this node.
struct data_filterfilter
 The filter node that depends on the current node, this is used only when creating the result tree.
char name [0]
 The name of the node.
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.
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 81 of file data.c.


Field Documentation

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

Definition at line 98 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: