#include <XalanList.hpp>
Public Types | |
| typedef XalanListTraits::value_type | value_type |
| typedef XalanListTraits::reference | reference |
| typedef XalanListTraits::pointer | pointer |
| typedef ptrdiff_t | difference_type |
| typedef XALAN_STD_QUALIFIER bidirectional_iterator_tag | iterator_category |
| typedef XalanListIteratorBase < XalanListIteratorTraits < value_type >, Node > | iterator |
Public Member Functions | |
| XalanListIteratorBase (Node &node) | |
| XalanListIteratorBase (const iterator &theRhs) | |
| XalanListIteratorBase | operator++ () |
| XalanListIteratorBase | operator++ (int) |
| XalanListIteratorBase | operator-- () |
| XalanListIteratorBase | operator- (difference_type decrement) const |
| reference | operator* () const |
| pointer | operator-> () const |
| const XalanListIteratorBase & | operator= (const XalanListIteratorBase &theRhs) |
| bool | operator!= (const XalanListIteratorBase &theRhs) const |
| bool | operator== (const XalanListIteratorBase &theRhs) const |
| Node & | node () |
Public Attributes | |
| Node * | currentNode |
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.
|
inline |
Definition at line 75 of file XalanList.hpp.
|
inline |
Definition at line 80 of file XalanList.hpp.
|
inline |
Definition at line 141 of file XalanList.hpp.
|
inline |
Definition at line 131 of file XalanList.hpp.
|
inline |
Definition at line 115 of file XalanList.hpp.
|
inline |
Definition at line 85 of file XalanList.hpp.
|
inline |
Definition at line 91 of file XalanList.hpp.
|
inline |
Definition at line 104 of file XalanList.hpp.
|
inline |
Definition at line 98 of file XalanList.hpp.
|
inline |
Definition at line 120 of file XalanList.hpp.
|
inline |
Definition at line 125 of file XalanList.hpp.
|
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 |
|
|