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 |
| int | precedence |
| xpath_value_type | rettype |
Definition at line 11425 of file pugixml.cpp.
| xpath_parser::binary_op_t::binary_op_t | ( | ) | [inline] |
Definition at line 11431 of file pugixml.cpp.
| xpath_parser::binary_op_t::binary_op_t | ( | ast_type_t | asttype_, |
| xpath_value_type | rettype_, | ||
| int | precedence_ | ||
| ) | [inline] |
Definition at line 11435 of file pugixml.cpp.
| static binary_op_t xpath_parser::binary_op_t::parse | ( | xpath_lexer & | lexer | ) | [inline, static] |
Definition at line 11439 of file pugixml.cpp.
Definition at line 11427 of file pugixml.cpp.
Definition at line 11429 of file pugixml.cpp.
| xpath_value_type xpath_parser::binary_op_t::rettype |
Definition at line 11428 of file pugixml.cpp.