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

#include "xml-support.h"

Public Attributes

const char * name
 
const struct gdb_xml_attributeattributes
 
const struct gdb_xml_elementchildren
 
int flags
 
gdb_xml_element_start_handlerstart_handler
 
gdb_xml_element_end_handlerend_handler
 

Detailed Description

Definition at line 163 of file xml-support.h.

Member Data Documentation

◆ attributes

const struct gdb_xml_attribute* gdb_xml_element::attributes

Definition at line 166 of file xml-support.h.

◆ children

const struct gdb_xml_element* gdb_xml_element::children

◆ end_handler

gdb_xml_element_end_handler* gdb_xml_element::end_handler

Definition at line 171 of file xml-support.h.

◆ flags

int gdb_xml_element::flags

Definition at line 168 of file xml-support.h.

◆ name

const char* gdb_xml_element::name

◆ start_handler

gdb_xml_element_start_handler* gdb_xml_element::start_handler

Definition at line 170 of file xml-support.h.


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