Xalan-C++ API Reference 1.12.0
Public Types | Public Member Functions | Protected Attributes | List of all members
xalanc::XalanSetIterator< Value, MapIterator > Struct Template Reference

#include <xalanc/Include/XalanSet.hpp>

Public Types

typedef Value value_type
 
typedef Valuereference
 
typedef Valuepointer
 
typedef ptrdiff_t difference_type
 
typedef std::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 xalanc::XalanSetIterator< Value, MapIterator >

Definition at line 39 of file XalanSet.hpp.

Member Typedef Documentation

◆ difference_type

Definition at line 46 of file XalanSet.hpp.

◆ iterator_category

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

Definition at line 47 of file XalanSet.hpp.

◆ pointer

Definition at line 44 of file XalanSet.hpp.

◆ reference

Definition at line 43 of file XalanSet.hpp.

◆ value_type

Definition at line 41 of file XalanSet.hpp.

Constructor & Destructor Documentation

◆ XalanSetIterator()

template<class Value , class MapIterator >
xalanc::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 xalanc::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 xalanc::XalanSetIterator< Value, MapIterator >::operator* ( ) const
inline

Definition at line 54 of file XalanSet.hpp.

◆ operator++() [1/2]

Definition at line 69 of file XalanSet.hpp.

◆ operator++() [2/2]

Definition at line 76 of file XalanSet.hpp.

◆ operator==()

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

Definition at line 59 of file XalanSet.hpp.

Member Data Documentation

◆ m_mapIterator

Definition at line 87 of file XalanSet.hpp.


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