Main Page
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File List
Namespace Members
Compound Members
File Members
Related Pages
more::gen::link::iterator Struct Template Reference
A bidirectional
iterator
over
T
.
More...
#include <
link.h
>
Collaboration diagram for more::gen::link::iterator:
[
legend
]
List of all members.
Public Methods
iterator
()
iterator
(iterator const &it)
iterator
(
linked
*ln_)
iterator &
operator=
(iterator const &it)
bool
operator==
(iterator const &rhs) const
bool
operator!=
(iterator const &rhs) const
iterator &
operator++
()
iterator &
operator--
()
iterator
operator++
(int)
iterator
operator--
(int)
T &
operator *
()
T *
operator->
()
Friends
class
const_iterator
Detailed Description
template<typename T = linked>
struct more::gen::link< T >::iterator
A bidirectional
iterator
over
T
.
Constructor & Destructor Documentation
template<typename T = linked>
more::gen::link
< T >::iterator::iterator
(
)
[inline]
template<typename T = linked>
more::gen::link
< T >::iterator::iterator
(
iterator const &
it
)
[inline]
template<typename T = linked>
more::gen::link
< T >::iterator::iterator
(
linked
*
ln_
)
[inline]
Member Function Documentation
template<typename T = linked>
T&
more::gen::link
< T >::iterator::operator *
(
)
[inline]
template<typename T = linked>
bool
more::gen::link
< T >::iterator::operator!=
(
iterator const &
rhs
)
const
[inline]
template<typename T = linked>
iterator
more::gen::link
< T >::iterator::operator++
(
int
)
[inline]
template<typename T = linked>
iterator&
more::gen::link
< T >::iterator::operator++
(
)
[inline]
template<typename T = linked>
iterator
more::gen::link
< T >::iterator::operator--
(
int
)
[inline]
template<typename T = linked>
iterator&
more::gen::link
< T >::iterator::operator--
(
)
[inline]
template<typename T = linked>
T*
more::gen::link
< T >::iterator::operator->
(
)
[inline]
template<typename T = linked>
iterator&
more::gen::link
< T >::iterator::operator=
(
iterator const &
it
)
[inline]
template<typename T = linked>
bool
more::gen::link
< T >::iterator::operator==
(
iterator const &
rhs
)
const
[inline]
Friends And Related Function Documentation
template<typename T = linked>
friend class const_iterator
[friend]
The documentation for this struct was generated from the following file:
more/gen/
link.h
Generated on Sat Sep 7 19:12:30 2002 for more with Doxygen 1.2.13.1. Doxygen 1.2.13.1 is written and copyright 1997-2002 by
Dimitri van Heesch
.