Apache HTTPD
Public Attributes | List of all members
apr_text Struct Reference

#include <apr_xml.h>

Public Attributes

const chartext
 
struct apr_textnext
 

Detailed Description

Structure to keep a linked list of pieces of text

Definition at line 53 of file apr_xml.h.

Member Data Documentation

◆ next

struct apr_text* apr_text::next

a pointer to the next piece of text

Definition at line 57 of file apr_xml.h.

◆ text

const char* apr_text::text

The current piece of text

Definition at line 55 of file apr_xml.h.


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