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

Public Member Functions

 xpath_variable_number ()

Public Attributes

double value
char_t name [1]

Detailed Description

Definition at line 8801 of file pugixml.cc.

Constructor & Destructor Documentation

◆ xpath_variable_number()

xpath_variable_number::xpath_variable_number ( )
inline

Definition at line 8803 of file pugixml.cc.

8803 : xpath_variable(xpath_type_number), value(0)
8804 {
8805 }

Member Data Documentation

◆ name

char_t xpath_variable_number::name[1]

Definition at line 8808 of file pugixml.cc.

◆ value

double xpath_variable_number::value

Definition at line 8807 of file pugixml.cc.

Referenced by xpath_variable_number().


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