#include <IterPair.h>
Inheritance diagram for storage::IterPair< Iter >:

Public Types | |
| typedef Iter | itype |
Public Member Functions | |
| IterPair (const Iter b, const Iter e) | |
| IterPair (const IterPair &x) | |
| IterPair & | operator= (const IterPair &x) |
| bool | operator== (const IterPair &x) const |
| bool | empty () const |
| unsigned | length () const |
| Iter | begin () const |
| Iter | end () const |
Protected Attributes | |
| Iter | m_begin |
| Iter | m_end |
| typedef Iter storage::IterPair< Iter >::itype |
| storage::IterPair< Iter >::IterPair | ( | const Iter | b, | |
| const Iter | e | |||
| ) | [inline] |
| storage::IterPair< Iter >::IterPair | ( | const IterPair< Iter > & | x | ) | [inline] |
| IterPair& storage::IterPair< Iter >::operator= | ( | const IterPair< Iter > & | x | ) | [inline] |
| bool storage::IterPair< Iter >::operator== | ( | const IterPair< Iter > & | x | ) | const [inline] |
| bool storage::IterPair< Iter >::empty | ( | ) | const [inline] |
| unsigned storage::IterPair< Iter >::length | ( | ) | const [inline] |
| Iter storage::IterPair< Iter >::begin | ( | ) | const [inline] |
| Iter storage::IterPair< Iter >::end | ( | ) | const [inline] |
Iter storage::IterPair< Iter >::m_begin [protected] |
Iter storage::IterPair< Iter >::m_end [protected] |
1.5.0