#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) | |
| CastCheckFncIterator (const CastCheckFncIterator &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 >::value_type |
Reimplemented from storage::FilterIterator< Pred, Iter >.
| typedef CastResult& storage::CastCheckFncIterator< Iter, FncP, CastResult >::reference |
Reimplemented from storage::FilterIterator< Pred, Iter >.
| typedef CastResult* storage::CastCheckFncIterator< Iter, FncP, CastResult >::pointer |
Reimplemented from storage::FilterIterator< Pred, 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 CastCheckFncIterator< Iter, FncP, CastResult > & | i | ) | [inline] |
| CastResult storage::CastCheckFncIterator< Iter, FncP, CastResult >::operator* | ( | ) | const [inline] |
Reimplemented from storage::FilterIterator< Pred, Iter >.
| CastResult* storage::CastCheckFncIterator< Iter, FncP, CastResult >::operator-> | ( | ) | const [inline] |
Reimplemented from storage::FilterIterator< Pred, Iter >.
| CastCheckFncIterator& storage::CastCheckFncIterator< Iter, FncP, CastResult >::operator++ | ( | ) | [inline] |
Reimplemented from storage::FilterIterator< Pred, Iter >.
References storage::FilterIterator< Pred, Iter >::operator++().
| CastCheckFncIterator storage::CastCheckFncIterator< Iter, FncP, CastResult >::operator++ | ( | int | ) | [inline] |
Reimplemented from storage::FilterIterator< Pred, Iter >.
References storage::FilterIterator< Pred, Iter >::operator++(), and y2warning.
| CastCheckFncIterator& storage::CastCheckFncIterator< Iter, FncP, CastResult >::operator-- | ( | ) | [inline] |
Reimplemented from storage::FilterIterator< Pred, Iter >.
References storage::FilterIterator< Pred, Iter >::operator--().
| CastCheckFncIterator storage::CastCheckFncIterator< Iter, FncP, CastResult >::operator-- | ( | int | ) | [inline] |
Reimplemented from storage::FilterIterator< Pred, Iter >.
References storage::FilterIterator< Pred, Iter >::operator--(), and y2warning.
1.5.5