#include <iterators.h>

Public Types | |
| typedef const_iterator< t_item > | t_selfConst |
| typedef iterator< t_item > | t_self |
| typedef _list_node< t_item > | t_node |
| typedef refcounted_object_ptr_t < t_node > | t_nodeptr |
Public Member Functions | |
| iterator () | |
| iterator (t_node *source) | |
| iterator (t_nodeptr const &source) | |
| t_item & | operator* () const throw () |
| t_item * | operator-> () const throw () |
| const t_self & | operator++ () throw () |
| const t_self & | operator-- () throw () |
| t_self | operator++ (int) throw () |
| t_self | operator-- (int) throw () |
| bool | operator== (const t_self &other) const throw () |
| bool | operator!= (const t_self &other) const throw () |
| bool | operator> (const t_self &other) const throw () |
| bool | operator< (const t_self &other) const throw () |
| bool | operator>= (const t_self &other) const throw () |
| bool | operator<= (const t_self &other) const throw () |
| typedef const_iterator<t_item> pfc::iterator< t_item >::t_selfConst |
| typedef iterator<t_item> pfc::iterator< t_item >::t_self |
Reimplemented from pfc::const_iterator< t_item >.
| typedef _list_node<t_item> pfc::iterator< t_item >::t_node |
Reimplemented from pfc::const_iterator< t_item >.
| typedef refcounted_object_ptr_t<t_node> pfc::iterator< t_item >::t_nodeptr |
Reimplemented from pfc::const_iterator< t_item >.
| pfc::iterator< t_item >::iterator | ( | ) | [inline] |
| pfc::iterator< t_item >::iterator | ( | t_node * | source | ) | [inline] |
| pfc::iterator< t_item >::iterator | ( | t_nodeptr const & | source | ) | [inline] |
| t_item& pfc::iterator< t_item >::operator* | ( | ) | const throw () [inline] |
Reimplemented from pfc::const_iterator< t_item >.
| t_item* pfc::iterator< t_item >::operator-> | ( | ) | const throw () [inline] |
Reimplemented from pfc::const_iterator< t_item >.
| const t_self& pfc::iterator< t_item >::operator++ | ( | ) | throw () [inline] |
Reimplemented from pfc::const_iterator< t_item >.
| const t_self& pfc::iterator< t_item >::operator-- | ( | ) | throw () [inline] |
Reimplemented from pfc::const_iterator< t_item >.
| t_self pfc::iterator< t_item >::operator++ | ( | int | ) | throw () [inline] |
Reimplemented from pfc::const_iterator< t_item >.
| t_self pfc::iterator< t_item >::operator-- | ( | int | ) | throw () [inline] |
Reimplemented from pfc::const_iterator< t_item >.
| bool pfc::iterator< t_item >::operator== | ( | const t_self & | other | ) | const throw () [inline] |
Reimplemented from pfc::const_iterator< t_item >.
| bool pfc::iterator< t_item >::operator!= | ( | const t_self & | other | ) | const throw () [inline] |
Reimplemented from pfc::const_iterator< t_item >.
| bool pfc::iterator< t_item >::operator> | ( | const t_self & | other | ) | const throw () [inline] |
Reimplemented from pfc::const_iterator< t_item >.
| bool pfc::iterator< t_item >::operator< | ( | const t_self & | other | ) | const throw () [inline] |
Reimplemented from pfc::const_iterator< t_item >.
| bool pfc::iterator< t_item >::operator>= | ( | const t_self & | other | ) | const throw () [inline] |
Reimplemented from pfc::const_iterator< t_item >.
| bool pfc::iterator< t_item >::operator<= | ( | const t_self & | other | ) | const throw () [inline] |
Reimplemented from pfc::const_iterator< t_item >.
1.5.5