Ariles
Public Member Functions | Public Attributes | List of all members
ariles2::ns_pugixml::impl::Reader Class Reference

Detailed Description

Definition at line 20 of file reader.cpp.

Public Member Functions

pugi::xml_node & getRawNode ()
 Get current node. More...
 

Public Attributes

pugi::xml_document document_
 
std::vector< NodeWrappernode_stack_
 

Member Function Documentation

◆ getRawNode()

pugi::xml_node& ariles2::ns_pugixml::impl::Reader::getRawNode ( )
inline

Get current node.

Returns
pointer to the current node

Definition at line 34 of file reader.cpp.

Member Data Documentation

◆ document_

pugi::xml_document ariles2::ns_pugixml::impl::Reader::document_

Definition at line 23 of file reader.cpp.

◆ node_stack_

std::vector<NodeWrapper> ariles2::ns_pugixml::impl::Reader::node_stack_

Definition at line 25 of file reader.cpp.


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