Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
xpath_context Struct Reference

Public Member Functions

 xpath_context (const xpath_node &n_, size_t position_, size_t size_)

Public Attributes

xpath_node n
size_t position
size_t size

Detailed Description

Definition at line 9189 of file pugixml.cc.

Constructor & Destructor Documentation

◆ xpath_context()

xpath_context::xpath_context ( const xpath_node & n_,
size_t position_,
size_t size_ )
inline

Definition at line 9194 of file pugixml.cc.

9194 : n(n_), position(position_), size(size_)
9195 {
9196 }
xpath_node n
Definition pugixml.cc:9191
size_t position
Definition pugixml.cc:9192

Member Data Documentation

◆ n

◆ position

size_t xpath_context::position

Definition at line 9192 of file pugixml.cc.

Referenced by xpath_ast_node::eval_number(), and xpath_context().

◆ size

size_t xpath_context::size

Definition at line 9192 of file pugixml.cc.

Referenced by xpath_ast_node::eval_number(), and xpath_context().


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