Public Member Functions | Public Attributes
xpath_context Struct Reference

List of all members.

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 7454 of file pugixml.cpp.


Constructor & Destructor Documentation

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

Definition at line 7459 of file pugixml.cpp.

                                                                                   : n(n_), position(position_), size(size_)
                {
                }

Member Data Documentation

xpath_node xpath_context::n

Definition at line 7457 of file pugixml.cpp.

Referenced by xpath_ast_node::eval_number().

Definition at line 7457 of file pugixml.cpp.

Referenced by xpath_ast_node::eval_number().


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

Generated on Mon Sep 15 2014 01:23:55 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001