HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
xpath_parser::binary_op_t Struct Reference

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
 

Detailed Description

Definition at line 11605 of file pugixml.cpp.

Constructor & Destructor Documentation

xpath_parser::binary_op_t::binary_op_t ( )
inline

Definition at line 11611 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 11615 of file pugixml.cpp.

Member Function Documentation

static binary_op_t xpath_parser::binary_op_t::parse ( xpath_lexer lexer)
inlinestatic

Definition at line 11619 of file pugixml.cpp.

Member Data Documentation

ast_type_t xpath_parser::binary_op_t::asttype

Definition at line 11607 of file pugixml.cpp.

int xpath_parser::binary_op_t::precedence

Definition at line 11609 of file pugixml.cpp.

xpath_value_type xpath_parser::binary_op_t::rettype

Definition at line 11608 of file pugixml.cpp.


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