#include <XalanList.hpp>
Definition at line 63 of file XalanList.hpp.
typedef ptrdiff_t XalanListIteratorBase< XalanListTraits, Node >::difference_type |
Definition at line 69 of file XalanList.hpp.
typedef XalanListIteratorBase<XalanListIteratorTraits<value_type>, Node> XalanListIteratorBase< XalanListTraits, Node >::iterator |
Definition at line 73 of file XalanList.hpp.
typedef XALAN_STD_QUALIFIER bidirectional_iterator_tag XalanListIteratorBase< XalanListTraits, Node >::iterator_category |
Definition at line 71 of file XalanList.hpp.
typedef XalanListTraits::pointer XalanListIteratorBase< XalanListTraits, Node >::pointer |
Definition at line 67 of file XalanList.hpp.
typedef XalanListTraits::reference XalanListIteratorBase< XalanListTraits, Node >::reference |
Definition at line 66 of file XalanList.hpp.
typedef XalanListTraits::value_type XalanListIteratorBase< XalanListTraits, Node >::value_type |
Definition at line 65 of file XalanList.hpp.
XalanListIteratorBase< XalanListTraits, Node >::XalanListIteratorBase | ( | Node & | node | ) | [inline] |
Definition at line 75 of file XalanList.hpp.
XalanListIteratorBase< XalanListTraits, Node >::XalanListIteratorBase | ( | const iterator & | theRhs | ) | [inline] |
Definition at line 80 of file XalanList.hpp.
Node& XalanListIteratorBase< XalanListTraits, Node >::node | ( | ) | [inline] |
Definition at line 141 of file XalanList.hpp.
bool XalanListIteratorBase< XalanListTraits, Node >::operator!= | ( | const XalanListIteratorBase< XalanListTraits, Node > & | theRhs | ) | const [inline] |
Definition at line 131 of file XalanList.hpp.
reference XalanListIteratorBase< XalanListTraits, Node >::operator* | ( | ) | const [inline] |
Definition at line 115 of file XalanList.hpp.
XalanListIteratorBase XalanListIteratorBase< XalanListTraits, Node >::operator++ | ( | ) | [inline] |
Definition at line 85 of file XalanList.hpp.
XalanListIteratorBase XalanListIteratorBase< XalanListTraits, Node >::operator++ | ( | int | ) | [inline] |
Definition at line 91 of file XalanList.hpp.
XalanListIteratorBase XalanListIteratorBase< XalanListTraits, Node >::operator- | ( | difference_type | decrement | ) | const [inline] |
Definition at line 104 of file XalanList.hpp.
XalanListIteratorBase XalanListIteratorBase< XalanListTraits, Node >::operator-- | ( | ) | [inline] |
Definition at line 98 of file XalanList.hpp.
pointer XalanListIteratorBase< XalanListTraits, Node >::operator-> | ( | ) | const [inline] |
Definition at line 120 of file XalanList.hpp.
const XalanListIteratorBase& XalanListIteratorBase< XalanListTraits, Node >::operator= | ( | const XalanListIteratorBase< XalanListTraits, Node > & | theRhs | ) | [inline] |
Definition at line 125 of file XalanList.hpp.
bool XalanListIteratorBase< XalanListTraits, Node >::operator== | ( | const XalanListIteratorBase< XalanListTraits, Node > & | theRhs | ) | const [inline] |
Definition at line 136 of file XalanList.hpp.
Node* XalanListIteratorBase< XalanListTraits, Node >::currentNode |
Definition at line 146 of file XalanList.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|