Public Member Functions | Public Attributes | List of all members
xpath_variable_string Struct Reference
Inheritance diagram for xpath_variable_string:
Inheritance graph
[legend]
Collaboration diagram for xpath_variable_string:
Collaboration graph
[legend]

Public Member Functions

 xpath_variable_string ()
 
 ~xpath_variable_string ()
 

Public Attributes

char_t * value
 
char_t name [1]
 

Detailed Description

Definition at line 7165 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ xpath_variable_string()

xpath_variable_string::xpath_variable_string ( )
inline

Definition at line 7167 of file pugixml.cpp.

7167  : value(0)
7168  {
7169  }

◆ ~xpath_variable_string()

xpath_variable_string::~xpath_variable_string ( )
inline

Definition at line 7171 of file pugixml.cpp.

7172  {
7174  }

References xml_memory_management_function_storage< T >::deallocate, and value.

Member Data Documentation

◆ name

char_t xpath_variable_string::name[1]

Definition at line 7177 of file pugixml.cpp.

◆ value

char_t* xpath_variable_string::value

Definition at line 7176 of file pugixml.cpp.

Referenced by ~xpath_variable_string().


The documentation for this struct was generated from the following file:
xpath_variable_string::value
char_t * value
Definition: pugixml.cpp:7176
xml_memory_management_function_storage::deallocate
static deallocation_function deallocate
Definition: pugixml.cpp:164

Generated on Wed Apr 29 2020 19:41:30 for QuickFIX by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2001