Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
ast_xml_doc_item_list Struct Reference

The struct to be used as the head of an ast_xml_doc_item list when being manipulated. More...

#include <xmldoc.h>

Collaboration diagram for ast_xml_doc_item_list:
Collaboration graph
[legend]

Data Fields

struct ast_xml_doc_itemfirst
 
struct ast_xml_doc_itemlast
 
ast_mutex_t lock
 

Detailed Description

The struct to be used as the head of an ast_xml_doc_item list when being manipulated.

Since
13.0.0

Definition at line 45 of file xmldoc.h.

Field Documentation

◆ first

struct ast_xml_doc_item* first

Definition at line 45 of file xmldoc.h.

◆ last

struct ast_xml_doc_item* last

Definition at line 45 of file xmldoc.h.

◆ lock

Definition at line 45 of file xmldoc.h.


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