GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
xinclude_parsing_data Struct Reference

Public Member Functions

 xinclude_parsing_data (std::string &output_, xml_fetch_another fetcher_, int include_depth_)
 

Public Attributes

std::string & output
 
int skip_depth
 
int include_depth
 
xml_fetch_another fetcher
 

Detailed Description

Definition at line 743 of file xml-support.c.

Constructor & Destructor Documentation

◆ xinclude_parsing_data()

xinclude_parsing_data::xinclude_parsing_data ( std::string &  output_,
xml_fetch_another  fetcher_,
int  include_depth_ 
)
inline

Definition at line 745 of file xml-support.c.

Member Data Documentation

◆ fetcher

xml_fetch_another xinclude_parsing_data::fetcher

Definition at line 769 of file xml-support.c.

◆ include_depth

int xinclude_parsing_data::include_depth

Definition at line 765 of file xml-support.c.

◆ output

std::string& xinclude_parsing_data::output

Definition at line 755 of file xml-support.c.

◆ skip_depth

int xinclude_parsing_data::skip_depth

Definition at line 761 of file xml-support.c.


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