Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
xpath_variable_string Struct Reference
Inheritance diagram for xpath_variable_string:

Public Member Functions

 xpath_variable_string ()
 ~xpath_variable_string ()

Public Attributes

char_t * value
char_t name [1]

Detailed Description

Definition at line 8811 of file pugixml.cc.

Constructor & Destructor Documentation

◆ 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
Definition pugixml.cc:200

Member Data Documentation

◆ name

char_t xpath_variable_string::name[1]

Definition at line 8823 of file pugixml.cc.

◆ value

char_t* xpath_variable_string::value

Definition at line 8822 of file pugixml.cc.

Referenced by xpath_variable_string(), and ~xpath_variable_string().


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