cereal
A C++11 library for serialization
 All Classes Files Functions Variables Typedefs Enumerations Groups
Public Types | Public Member Functions | List of all members
rapidxml::node_iterator< Ch > Class Template Reference

Iterator of child nodes of xml_node. More...

#include <cereal/external/rapidxml/rapidxml_iterators.hpp>

Public Types

typedef xml_node< Ch > value_type
 
typedef xml_node< Ch > & reference
 
typedef xml_node< Ch > * pointer
 
typedef std::ptrdiff_t difference_type
 
typedef
std::bidirectional_iterator_tag 
iterator_category
 

Public Member Functions

 node_iterator (xml_node< Ch > *node)
 
reference operator* () const
 
pointer operator-> () const
 
node_iteratoroperator++ ()
 
node_iterator operator++ (int)
 
node_iteratoroperator-- ()
 
node_iterator operator-- (int)
 
bool operator== (const node_iterator< Ch > &rhs)
 
bool operator!= (const node_iterator< Ch > &rhs)
 

Detailed Description

template<class Ch>
class rapidxml::node_iterator< Ch >

Iterator of child nodes of xml_node.


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