xmlwrapp
Public Member Functions
xml::attributes::const_iterator Class Reference

Const Iterator class for accessing attribute pairs. More...

#include <attributes.h>

List of all members.

Public Member Functions

const_iteratoroperator++ ()
 prefix increment
const_iterator operator++ (int)
 postfix increment (avoid if possible better for performance)

Detailed Description

Const Iterator class for accessing attribute pairs.


Member Function Documentation

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

prefix increment

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

postfix increment (avoid if possible better for performance)


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