xmlwrapp
Lightweight C++ XML parsing library
Public Member Functions | List of all members
xml::attributes::iterator Class Reference

Iterator class for accessing attribute pairs. More...

#include <attributes.h>

Public Member Functions

iteratoroperator++ ()
 prefix increment More...
 
iterator operator++ (int)
 postfix increment (avoid if possible for better performance) More...
 

Detailed Description

Iterator class for accessing attribute pairs.

Member Function Documentation

◆ operator++() [1/2]

iterator& xml::attributes::iterator::operator++ ( )

prefix increment

◆ operator++() [2/2]

iterator xml::attributes::iterator::operator++ ( int  )

postfix increment (avoid if possible for better performance)


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