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

Public Member Functions

 xpath_variable_boolean ()

Public Attributes

bool value
char_t name [1]

Detailed Description

Definition at line 8791 of file pugixml.cc.

Constructor & Destructor Documentation

◆ xpath_variable_boolean()

xpath_variable_boolean::xpath_variable_boolean ( )
inline

Definition at line 8793 of file pugixml.cc.

8793 : xpath_variable(xpath_type_boolean), value(false)
8794 {
8795 }

Member Data Documentation

◆ name

char_t xpath_variable_boolean::name[1]

Definition at line 8798 of file pugixml.cc.

◆ value

bool xpath_variable_boolean::value

Definition at line 8797 of file pugixml.cc.

Referenced by xpath_variable_boolean().


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