Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Types | Public Member Functions | Protected Attributes | List of all members
XalanSetIterator< Value, MapIterator > Struct Template Reference

#include <XalanSet.hpp>

Public Types

typedef Value value_type
 
typedef Value & reference
 
typedef Value * pointer
 
typedef ptrdiff_t difference_type
 
typedef XALAN_STD_QUALIFIER bidirectional_iterator_tag iterator_category
 

Public Member Functions

 XalanSetIterator (const MapIterator &iter)
 
reference operator* () const
 
bool operator== (const XalanSetIterator &theRhs) const
 
bool operator!= (const XalanSetIterator &theRhs) const
 
XalanSetIterator operator++ ()
 
XalanSetIterator operator++ (int)
 

Protected Attributes

MapIterator m_mapIterator
 

Detailed Description

template<class Value, class MapIterator>
struct XalanSetIterator< Value, MapIterator >

Definition at line 39 of file XalanSet.hpp.

Member Typedef Documentation

◆ difference_type

template<class Value , class MapIterator >
typedef ptrdiff_t XalanSetIterator< Value, MapIterator >::difference_type

Definition at line 46 of file XalanSet.hpp.

◆ iterator_category

template<class Value , class MapIterator >
typedef XALAN_STD_QUALIFIER bidirectional_iterator_tag XalanSetIterator< Value, MapIterator >::iterator_category

Definition at line 47 of file XalanSet.hpp.

◆ pointer

template<class Value , class MapIterator >
typedef Value* XalanSetIterator< Value, MapIterator >::pointer

Definition at line 44 of file XalanSet.hpp.

◆ reference

template<class Value , class MapIterator >
typedef Value& XalanSetIterator< Value, MapIterator >::reference

Definition at line 43 of file XalanSet.hpp.

◆ value_type

template<class Value , class MapIterator >
typedef Value XalanSetIterator< Value, MapIterator >::value_type

Definition at line 41 of file XalanSet.hpp.

Constructor & Destructor Documentation

◆ XalanSetIterator()

template<class Value , class MapIterator >
XalanSetIterator< Value, MapIterator >::XalanSetIterator ( const MapIterator &  iter)
inline

Definition at line 49 of file XalanSet.hpp.

Member Function Documentation

◆ operator!=()

template<class Value , class MapIterator >
bool XalanSetIterator< Value, MapIterator >::operator!= ( const XalanSetIterator< Value, MapIterator > &  theRhs) const
inline

Definition at line 64 of file XalanSet.hpp.

◆ operator*()

template<class Value , class MapIterator >
reference XalanSetIterator< Value, MapIterator >::operator* ( ) const
inline

Definition at line 54 of file XalanSet.hpp.

◆ operator++() [1/2]

template<class Value , class MapIterator >
XalanSetIterator XalanSetIterator< Value, MapIterator >::operator++ ( )
inline

Definition at line 69 of file XalanSet.hpp.

◆ operator++() [2/2]

template<class Value , class MapIterator >
XalanSetIterator XalanSetIterator< Value, MapIterator >::operator++ ( int  )
inline

Definition at line 76 of file XalanSet.hpp.

◆ operator==()

template<class Value , class MapIterator >
bool XalanSetIterator< Value, MapIterator >::operator== ( const XalanSetIterator< Value, MapIterator > &  theRhs) const
inline

Definition at line 59 of file XalanSet.hpp.

Member Data Documentation

◆ m_mapIterator

template<class Value , class MapIterator >
MapIterator XalanSetIterator< Value, MapIterator >::m_mapIterator
protected

Definition at line 87 of file XalanSet.hpp.


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

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo