Public Types | |
| typedef Value | value_type |
| typedef Value & | reference |
| typedef Value * | pointer |
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 |
| typedef Value* XalanSetIterator< Value, MapIterator >::pointer |
| typedef Value& XalanSetIterator< Value, MapIterator >::reference |
| typedef Value XalanSetIterator< Value, MapIterator >::value_type |
| XalanSetIterator< Value, MapIterator >::XalanSetIterator | ( | const MapIterator & | iter | ) |
| bool XalanSetIterator< Value, MapIterator >::operator!= | ( | const XalanSetIterator< Value, MapIterator > & | theRhs | ) | const |
| reference XalanSetIterator< Value, MapIterator >::operator* | ( | ) | const |
| XalanSetIterator XalanSetIterator< Value, MapIterator >::operator++ | ( | ) |
| XalanSetIterator XalanSetIterator< Value, MapIterator >::operator++ | ( | int | ) |
| bool XalanSetIterator< Value, MapIterator >::operator== | ( | const XalanSetIterator< Value, MapIterator > & | theRhs | ) | const |
|
protected |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|