|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
Public Member Functions | |
| binary_op_t () | |
| binary_op_t (ast_type_t asttype_, xpath_value_type rettype_, int precedence_) | |
Static Public Member Functions | |
| static binary_op_t | parse (xpath_lexer &lexer) |
Public Attributes | |
| ast_type_t | asttype |
| xpath_value_type | rettype |
| int | precedence |
Definition at line 12089 of file pugixml.cc.
|
inline |
|
inline |
Definition at line 12099 of file pugixml.cc.
|
inlinestatic |
Definition at line 12103 of file pugixml.cc.
Referenced by xpath_parser::parse_expression_rec().
| ast_type_t xpath_parser::binary_op_t::asttype |
Definition at line 12091 of file pugixml.cc.
Referenced by binary_op_t(), binary_op_t(), and xpath_parser::parse_expression_rec().
| int xpath_parser::binary_op_t::precedence |
Definition at line 12093 of file pugixml.cc.
Referenced by binary_op_t(), binary_op_t(), and xpath_parser::parse_expression_rec().
| xpath_value_type xpath_parser::binary_op_t::rettype |
Definition at line 12092 of file pugixml.cc.
Referenced by binary_op_t(), binary_op_t(), and xpath_parser::parse_expression_rec().