|
yast2-storage
|
#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) | |
| template<class It > | |
| ContainerIter (const It &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 It & | i | ) | [inline] |
References storage::FilterIterator< Pred, Iter >::m_cur.
1.7.3