#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 |
Definition at line 39 of file XalanSet.hpp.
typedef ptrdiff_t XalanSetIterator< Value, MapIterator >::difference_type |
Definition at line 46 of file XalanSet.hpp.
typedef XALAN_STD_QUALIFIER bidirectional_iterator_tag XalanSetIterator< Value, MapIterator >::iterator_category |
Definition at line 47 of file XalanSet.hpp.
typedef Value* XalanSetIterator< Value, MapIterator >::pointer |
Definition at line 44 of file XalanSet.hpp.
typedef Value& XalanSetIterator< Value, MapIterator >::reference |
Definition at line 43 of file XalanSet.hpp.
typedef Value XalanSetIterator< Value, MapIterator >::value_type |
Definition at line 41 of file XalanSet.hpp.
|
inline |
Definition at line 49 of file XalanSet.hpp.
|
inline |
Definition at line 64 of file XalanSet.hpp.
|
inline |
Definition at line 54 of file XalanSet.hpp.
|
inline |
Definition at line 69 of file XalanSet.hpp.
|
inline |
Definition at line 76 of file XalanSet.hpp.
|
inline |
Definition at line 59 of file XalanSet.hpp.
|
protected |
Definition at line 87 of file XalanSet.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|