#include <StorageTmpl.h>

Public Member Functions | |
| ContainerIter () | |
| ContainerIter (const Iter &b, const Iter &e, const Pred &p, bool atend=false) | |
| ContainerIter (const IterPair< Iter > &pair, const Pred &p, bool atend=false) | |
| ContainerIter (const ContainerIter &i) | |
Private Types | |
| typedef FilterIterator< Pred, Iter > | _bclass |
typedef FilterIterator< Pred, Iter > storage::ContainerIter< Pred, Iter >::_bclass [private] |
| storage::ContainerIter< Pred, Iter >::ContainerIter | ( | ) | [inline] |
| storage::ContainerIter< Pred, Iter >::ContainerIter | ( | const Iter & | b, | |
| const Iter & | e, | |||
| const Pred & | p, | |||
| bool | atend = false | |||
| ) | [inline] |
| storage::ContainerIter< Pred, Iter >::ContainerIter | ( | const IterPair< Iter > & | pair, | |
| const Pred & | p, | |||
| bool | atend = false | |||
| ) | [inline] |
| storage::ContainerIter< Pred, Iter >::ContainerIter | ( | const ContainerIter< Pred, Iter > & | i | ) | [inline] |
1.5.5