OpenCPN Partial API docs
Loading...
Searching...
No Matches
pugi::xml_attribute_struct Struct Reference

Public Member Functions

 xml_attribute_struct (impl::xml_memory_page *page)
 

Public Attributes

uintptr_t header
 
char_t * name
 
char_t * value
 
xml_attribute_structprev_attribute_c
 
xml_attribute_structnext_attribute
 

Detailed Description

Definition at line 1036 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ xml_attribute_struct()

pugi::xml_attribute_struct::xml_attribute_struct ( impl::xml_memory_page *  page)
inline

Definition at line 1037 of file pugixml.cpp.

Member Data Documentation

◆ header

uintptr_t pugi::xml_attribute_struct::header

Definition at line 1042 of file pugixml.cpp.

◆ name

char_t* pugi::xml_attribute_struct::name

Definition at line 1044 of file pugixml.cpp.

◆ next_attribute

xml_attribute_struct* pugi::xml_attribute_struct::next_attribute

Definition at line 1048 of file pugixml.cpp.

◆ prev_attribute_c

xml_attribute_struct* pugi::xml_attribute_struct::prev_attribute_c

Definition at line 1047 of file pugixml.cpp.

◆ value

char_t* pugi::xml_attribute_struct::value

Definition at line 1045 of file pugixml.cpp.


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