Definition at line 8811 of file pugixml.cc.
◆ xpath_variable_string()
| xpath_variable_string::xpath_variable_string |
( |
| ) |
|
|
inline |
Definition at line 8813 of file pugixml.cc.
8813 : xpath_variable(xpath_type_string),
value(0)
8814 {
8815 }
◆ ~xpath_variable_string()
| xpath_variable_string::~xpath_variable_string |
( |
| ) |
|
|
inline |
Definition at line 8817 of file pugixml.cc.
8818 {
8820 }
static deallocation_function deallocate
◆ name
| char_t xpath_variable_string::name[1] |
◆ value
| char_t* xpath_variable_string::value |
The documentation for this struct was generated from the following file: