|
yast2-storage
|
#include <Storage.h>
Public Types | |
| typedef CastResult | value_type |
| typedef CastResult & | reference |
| typedef CastResult * | pointer |
Public Member Functions | |
| CastCheckFncIterator () | |
| CastCheckFncIterator (const Iter &b, const Iter &e, bool atend=false) | |
| CastCheckFncIterator (const IterPair< Iter > &pair, bool atend=false) | |
| template<class It > | |
| CastCheckFncIterator (const It &i) | |
| CastResult | operator* () const |
| CastResult * | operator-> () const |
| CastCheckFncIterator & | operator++ () |
| CastCheckFncIterator | operator++ (int) |
| CastCheckFncIterator & | operator-- () |
| CastCheckFncIterator | operator-- (int) |
Private Types | |
| typedef FilterIterator < CheckByFnc< FncP >, Iter > | _bclass |
typedef FilterIterator<CheckByFnc<FncP>, Iter> storage::CastCheckFncIterator< Iter, FncP, CastResult >::_bclass [private] |
| typedef CastResult* storage::CastCheckFncIterator< Iter, FncP, CastResult >::pointer |
Reimplemented from storage::FilterIterator< CheckByFnc< FncP >, Iter >.
| typedef CastResult& storage::CastCheckFncIterator< Iter, FncP, CastResult >::reference |
Reimplemented from storage::FilterIterator< CheckByFnc< FncP >, Iter >.
| typedef CastResult storage::CastCheckFncIterator< Iter, FncP, CastResult >::value_type |
Reimplemented from storage::FilterIterator< CheckByFnc< FncP >, Iter >.
| storage::CastCheckFncIterator< Iter, FncP, CastResult >::CastCheckFncIterator | ( | ) | [inline] |
| storage::CastCheckFncIterator< Iter, FncP, CastResult >::CastCheckFncIterator | ( | const Iter & | b, |
| const Iter & | e, | ||
| bool | atend = false |
||
| ) | [inline] |
| storage::CastCheckFncIterator< Iter, FncP, CastResult >::CastCheckFncIterator | ( | const IterPair< Iter > & | pair, |
| bool | atend = false |
||
| ) | [inline] |
| storage::CastCheckFncIterator< Iter, FncP, CastResult >::CastCheckFncIterator | ( | const It & | i | ) | [inline] |
| CastResult storage::CastCheckFncIterator< Iter, FncP, CastResult >::operator* | ( | ) | const [inline] |
Reimplemented from storage::FilterIterator< CheckByFnc< FncP >, Iter >.
| CastCheckFncIterator storage::CastCheckFncIterator< Iter, FncP, CastResult >::operator++ | ( | int | ) | [inline] |
Reimplemented from storage::FilterIterator< CheckByFnc< FncP >, Iter >.
| CastCheckFncIterator& storage::CastCheckFncIterator< Iter, FncP, CastResult >::operator++ | ( | ) | [inline] |
Reimplemented from storage::FilterIterator< CheckByFnc< FncP >, Iter >.
References storage::FilterIterator< CheckByFnc< FncP >, Iter >::operator++(), and y2war.
| CastCheckFncIterator storage::CastCheckFncIterator< Iter, FncP, CastResult >::operator-- | ( | int | ) | [inline] |
Reimplemented from storage::FilterIterator< CheckByFnc< FncP >, Iter >.
| CastCheckFncIterator& storage::CastCheckFncIterator< Iter, FncP, CastResult >::operator-- | ( | ) | [inline] |
Reimplemented from storage::FilterIterator< CheckByFnc< FncP >, Iter >.
References storage::FilterIterator< CheckByFnc< FncP >, Iter >::operator--(), and y2war.
| CastResult* storage::CastCheckFncIterator< Iter, FncP, CastResult >::operator-> | ( | ) | const [inline] |
Reimplemented from storage::FilterIterator< CheckByFnc< FncP >, Iter >.
References storage::FilterIterator< CheckByFnc< FncP >, Iter >::operator++().
1.7.3