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.

Inheritance diagram for ariles2::ns_pugixml::impl::Reader:
ariles2::serialization::NodeStackBase< NodeWrapper >

Public Member Functions

pugi::xml_node & getRawNode ()
 Get current node. More...
 
NodeWrapperback ()
 
const NodeWrapperback () const
 
void clear ()
 
void emplace (t_Args &&...args)
 
void pop ()
 
void shiftArray ()
 
bool empty () const
 
std::string concatWithNode (t_String &&...strings) const
 
void concatWithNodeAndEmplace (t_String &&...strings)
 

Public Attributes

pugi::xml_document document_
 
std::vector< NodeWrappernode_stack_
 

Member Function Documentation

◆ back() [1/2]

Definition at line 131 of file serialization.h.

◆ back() [2/2]

const NodeWrapper & ariles2::serialization::NodeStackBase< NodeWrapper >::back ( ) const
inlineinherited

Definition at line 136 of file serialization.h.

◆ clear()

void ariles2::serialization::NodeStackBase< NodeWrapper >::clear ( )
inlineinherited

Definition at line 141 of file serialization.h.

◆ concatWithNode()

std::string ariles2::serialization::NodeStackBase< NodeWrapper >::concatWithNode ( t_String &&...  strings) const
inlineinherited

Definition at line 170 of file serialization.h.

◆ concatWithNodeAndEmplace()

void ariles2::serialization::NodeStackBase< NodeWrapper >::concatWithNodeAndEmplace ( t_String &&...  strings)
inlineinherited

Definition at line 176 of file serialization.h.

◆ emplace()

void ariles2::serialization::NodeStackBase< NodeWrapper >::emplace ( t_Args &&...  args)
inlineinherited

Definition at line 147 of file serialization.h.

◆ empty()

bool ariles2::serialization::NodeStackBase< NodeWrapper >::empty ( ) const
inlineinherited

Definition at line 163 of file serialization.h.

◆ getRawNode()

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

Get current node.

Returns
pointer to the current node

Definition at line 32 of file reader.cpp.

◆ pop()

void ariles2::serialization::NodeStackBase< NodeWrapper >::pop ( )
inlineinherited

Definition at line 152 of file serialization.h.

◆ shiftArray()

void ariles2::serialization::NodeStackBase< NodeWrapper >::shiftArray ( )
inlineinherited

Definition at line 157 of file serialization.h.

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::serialization::NodeStackBase< NodeWrapper >::node_stack_
inherited

Definition at line 128 of file serialization.h.


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