#include <Storage.h>

Public Types | |
| typedef CastResult | value_type |
| typedef CastResult & | reference |
| typedef CastResult * | pointer |
Public Member Functions | |
| CastCheckIterator () | |
| CastCheckIterator (const Iter &b, const Iter &e, bool atend=false) | |
| CastCheckIterator (const IterPair< Iter > &pair, bool atend=false) | |
| CastCheckIterator (const CastCheckIterator &i) | |
| CastResult | operator* () const |
| CastResult * | operator-> () const |
| CastCheckIterator & | operator++ () |
| CastCheckIterator | operator++ (int) |
| CastCheckIterator & | operator-- () |
| CastCheckIterator | operator-- (int) |
Private Types | |
| typedef FilterIterator < CheckType< Value >, Iter > | _bclass |
typedef FilterIterator<CheckType<Value>, Iter> storage::CastCheckIterator< Iter, Value, CastResult >::_bclass [private] |
| typedef CastResult storage::CastCheckIterator< Iter, Value, CastResult >::value_type |
Reimplemented from storage::FilterIterator< Pred, Iter >.
| typedef CastResult& storage::CastCheckIterator< Iter, Value, CastResult >::reference |
Reimplemented from storage::FilterIterator< Pred, Iter >.
| typedef CastResult* storage::CastCheckIterator< Iter, Value, CastResult >::pointer |
Reimplemented from storage::FilterIterator< Pred, Iter >.
| storage::CastCheckIterator< Iter, Value, CastResult >::CastCheckIterator | ( | ) | [inline] |
| storage::CastCheckIterator< Iter, Value, CastResult >::CastCheckIterator | ( | const Iter & | b, | |
| const Iter & | e, | |||
| bool | atend = false | |||
| ) | [inline] |
| storage::CastCheckIterator< Iter, Value, CastResult >::CastCheckIterator | ( | const IterPair< Iter > & | pair, | |
| bool | atend = false | |||
| ) | [inline] |
| storage::CastCheckIterator< Iter, Value, CastResult >::CastCheckIterator | ( | const CastCheckIterator< Iter, Value, CastResult > & | i | ) | [inline] |
| CastResult storage::CastCheckIterator< Iter, Value, CastResult >::operator* | ( | ) | const [inline] |
Reimplemented from storage::FilterIterator< Pred, Iter >.
| CastResult* storage::CastCheckIterator< Iter, Value, CastResult >::operator-> | ( | ) | const [inline] |
Reimplemented from storage::FilterIterator< Pred, Iter >.
| CastCheckIterator& storage::CastCheckIterator< Iter, Value, CastResult >::operator++ | ( | ) | [inline] |
Reimplemented from storage::FilterIterator< Pred, Iter >.
References storage::FilterIterator< Pred, Iter >::operator++().
| CastCheckIterator storage::CastCheckIterator< Iter, Value, CastResult >::operator++ | ( | int | ) | [inline] |
Reimplemented from storage::FilterIterator< Pred, Iter >.
References storage::FilterIterator< Pred, Iter >::operator++(), and y2warning.
| CastCheckIterator& storage::CastCheckIterator< Iter, Value, CastResult >::operator-- | ( | ) | [inline] |
Reimplemented from storage::FilterIterator< Pred, Iter >.
References storage::FilterIterator< Pred, Iter >::operator--().
| CastCheckIterator storage::CastCheckIterator< Iter, Value, CastResult >::operator-- | ( | int | ) | [inline] |
Reimplemented from storage::FilterIterator< Pred, Iter >.
References storage::FilterIterator< Pred, Iter >::operator--(), and y2warning.
1.5.5