|
yast2-storage
|
#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) | |
| template<class It > | |
| CastCheckIterator (const It &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 >::pointer |
Reimplemented from storage::FilterIterator< CheckType< Value >, Iter >.
| typedef CastResult& storage::CastCheckIterator< Iter, Value, CastResult >::reference |
Reimplemented from storage::FilterIterator< CheckType< Value >, Iter >.
| typedef CastResult storage::CastCheckIterator< Iter, Value, CastResult >::value_type |
Reimplemented from storage::FilterIterator< CheckType< Value >, 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 It & | i | ) | [inline] |
| CastResult storage::CastCheckIterator< Iter, Value, CastResult >::operator* | ( | ) | const [inline] |
Reimplemented from storage::FilterIterator< CheckType< Value >, Iter >.
| CastCheckIterator storage::CastCheckIterator< Iter, Value, CastResult >::operator++ | ( | int | ) | [inline] |
Reimplemented from storage::FilterIterator< CheckType< Value >, Iter >.
| CastCheckIterator& storage::CastCheckIterator< Iter, Value, CastResult >::operator++ | ( | ) | [inline] |
Reimplemented from storage::FilterIterator< CheckType< Value >, Iter >.
References storage::FilterIterator< CheckType< Value >, Iter >::operator++(), and y2war.
| CastCheckIterator storage::CastCheckIterator< Iter, Value, CastResult >::operator-- | ( | int | ) | [inline] |
Reimplemented from storage::FilterIterator< CheckType< Value >, Iter >.
| CastCheckIterator& storage::CastCheckIterator< Iter, Value, CastResult >::operator-- | ( | ) | [inline] |
Reimplemented from storage::FilterIterator< CheckType< Value >, Iter >.
References storage::FilterIterator< CheckType< Value >, Iter >::operator--(), and y2war.
| CastResult* storage::CastCheckIterator< Iter, Value, CastResult >::operator-> | ( | ) | const [inline] |
Reimplemented from storage::FilterIterator< CheckType< Value >, Iter >.
References storage::FilterIterator< CheckType< Value >, Iter >::operator++().
1.7.3