Sun Oct 16 2011 08:43:12

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.


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 data_result_generate_node(), and __ast_data_add().


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