#include <ListListIterator.h>
Public Types | |
| typedef PIter::value_type | value_type |
| typedef PIter::reference | reference |
| typedef PIter::pointer | pointer |
| typedef PIter::difference_type | difference_type |
| typedef PIter::iterator_category | iterator_category |
Public Member Functions | |
| ListListIterator () | |
| ListListIterator (const Iter &begin, const Iter &end, bool setend=false) | |
| ListListIterator (const IterPair< Iter > &p, bool setend=false) | |
| ListListIterator (const ListListIterator &x) | |
| ListListIterator & | operator= (const ListListIterator &x) |
| ListListIterator & | operator++ () |
| ListListIterator | operator++ (int) |
| ListListIterator & | operator-- () |
| ListListIterator | operator-- (int) |
| reference | operator * () const |
| pointer | operator-> () const |
| bool | operator== (const ListListIterator &x) const |
| bool | operator!= (const ListListIterator &x) const |
| PIter | end () const |
| PIter | begin () const |
| PIter | pcur () const |
| Iter | cur () const |
Private Member Functions | |
| void | copyMembers (const ListListIterator &x) |
| void | increment () |
| void | decrement () |
| void | initialize (const Iter &begin, const Iter &end, bool setend) |
Private Attributes | |
| PIter | m_begin |
| PIter | m_end |
| Iter | m_lcur |
| PIter | m_pcur |
Static Private Attributes | |
| static const PIter | empty |
| typedef PIter::value_type storage::ListListIterator< PIter, Iter >::value_type |
| typedef PIter::reference storage::ListListIterator< PIter, Iter >::reference |
| typedef PIter::pointer storage::ListListIterator< PIter, Iter >::pointer |
| typedef PIter::difference_type storage::ListListIterator< PIter, Iter >::difference_type |
| typedef PIter::iterator_category storage::ListListIterator< PIter, Iter >::iterator_category |
| storage::ListListIterator< PIter, Iter >::ListListIterator | ( | ) | [inline] |
| storage::ListListIterator< PIter, Iter >::ListListIterator | ( | const Iter & | begin, | |
| const Iter & | end, | |||
| bool | setend = false | |||
| ) | [inline] |
| storage::ListListIterator< PIter, Iter >::ListListIterator | ( | const IterPair< Iter > & | p, | |
| bool | setend = false | |||
| ) | [inline] |
| storage::ListListIterator< PIter, Iter >::ListListIterator | ( | const ListListIterator< PIter, Iter > & | x | ) | [inline] |
| ListListIterator& storage::ListListIterator< PIter, Iter >::operator= | ( | const ListListIterator< PIter, Iter > & | x | ) | [inline] |
| ListListIterator& storage::ListListIterator< PIter, Iter >::operator++ | ( | ) | [inline] |
| ListListIterator storage::ListListIterator< PIter, Iter >::operator++ | ( | int | ) | [inline] |
| ListListIterator& storage::ListListIterator< PIter, Iter >::operator-- | ( | ) | [inline] |
| ListListIterator storage::ListListIterator< PIter, Iter >::operator-- | ( | int | ) | [inline] |
| reference storage::ListListIterator< PIter, Iter >::operator * | ( | ) | const [inline] |
| pointer storage::ListListIterator< PIter, Iter >::operator-> | ( | ) | const [inline] |
| bool storage::ListListIterator< PIter, Iter >::operator== | ( | const ListListIterator< PIter, Iter > & | x | ) | const [inline] |
| bool storage::ListListIterator< PIter, Iter >::operator!= | ( | const ListListIterator< PIter, Iter > & | x | ) | const [inline] |
| PIter storage::ListListIterator< PIter, Iter >::end | ( | ) | const [inline] |
| PIter storage::ListListIterator< PIter, Iter >::begin | ( | ) | const [inline] |
| PIter storage::ListListIterator< PIter, Iter >::pcur | ( | ) | const [inline] |
| Iter storage::ListListIterator< PIter, Iter >::cur | ( | ) | const [inline] |
| void storage::ListListIterator< PIter, Iter >::copyMembers | ( | const ListListIterator< PIter, Iter > & | x | ) | [inline, private] |
| void storage::ListListIterator< PIter, Iter >::increment | ( | ) | [inline, private] |
| void storage::ListListIterator< PIter, Iter >::decrement | ( | ) | [inline, private] |
| void storage::ListListIterator< PIter, Iter >::initialize | ( | const Iter & | begin, | |
| const Iter & | end, | |||
| bool | setend | |||
| ) | [inline, private] |
PIter storage::ListListIterator< PIter, Iter >::m_begin [private] |
PIter storage::ListListIterator< PIter, Iter >::m_end [private] |
Iter storage::ListListIterator< PIter, Iter >::m_lcur [private] |
PIter storage::ListListIterator< PIter, Iter >::m_pcur [private] |
const PIter storage::ListListIterator< PIter, Iter >::empty [static, private] |
1.5.0