yast2-storage
Public Member Functions | Private Types

storage::ContainerIter< Pred, Iter > Class Template Reference

#include <StorageTmpl.h>

Inheritance diagram for storage::ContainerIter< Pred, Iter >:
storage::FilterIterator< Pred, Iter > iterator

List of all members.

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

template<class Pred, class Iter>
class storage::ContainerIter< Pred, Iter >


Member Typedef Documentation

template<class Pred , class Iter >
typedef FilterIterator< Pred, Iter > storage::ContainerIter< Pred, Iter >::_bclass [private]

Constructor & Destructor Documentation

template<class Pred , class Iter >
storage::ContainerIter< Pred, Iter >::ContainerIter ( ) [inline]
template<class Pred , class Iter >
storage::ContainerIter< Pred, Iter >::ContainerIter ( const Iter &  b,
const Iter &  e,
const Pred &  p,
bool  atend = false 
) [inline]
template<class Pred , class Iter >
storage::ContainerIter< Pred, Iter >::ContainerIter ( const IterPair< Iter > &  pair,
const Pred &  p,
bool  atend = false 
) [inline]
template<class Pred , class Iter >
template<class It >
storage::ContainerIter< Pred, Iter >::ContainerIter ( const It &  i) [inline]

The documentation for this class was generated from the following file: