#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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|