Static Value-Flow Analysis
|
#include <iterator.h>
Public Types | |
using | difference_type = DifferenceTypeT |
Public Types inherited from SVF::iter_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT > | |
using | iterator_category = IteratorCategoryT |
using | value_type = T |
using | difference_type = DifferenceTypeT |
using | pointer = PointerT |
using | reference = ReferenceT |
Public Member Functions | |
DerivedT & | operator+= (difference_type n) |
DerivedT & | operator-= (difference_type n) |
difference_type | operator- (const DerivedT &RHS) const |
DerivedT & | operator++ () |
DerivedT & | operator-- () |
ReferenceT | operator* () const |
Public Member Functions inherited from SVF::iter_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT > | |
DerivedT | operator+ (DifferenceTypeT n) const |
DerivedT | operator- (DifferenceTypeT n) const |
DerivedT & | operator++ () |
DerivedT | operator++ (int) |
DerivedT & | operator-- () |
DerivedT | operator-- (int) |
bool | operator!= (const DerivedT &RHS) const |
bool | operator> (const DerivedT &RHS) const |
bool | operator<= (const DerivedT &RHS) const |
bool | operator>= (const DerivedT &RHS) const |
PointerT | operator-> () |
PointerT | operator-> () const |
ReferenceProxy | operator[] (DifferenceTypeT n) |
ReferenceProxy | operator[] (DifferenceTypeT n) const |
Protected Member Functions | |
iter_adaptor_base ()=default | |
iter_adaptor_base (WrappedIteratorT u) | |
const WrappedIteratorT & | wrapped () const |
Protected Attributes | |
WrappedIteratorT | I |
Private Types | |
using | BaseT = typename iter_adaptor_base::iter_facade_base |
Friends | |
bool | operator== (const iter_adaptor_base &LHS, const iter_adaptor_base &RHS) |
bool | operator< (const iter_adaptor_base &LHS, const iter_adaptor_base &RHS) |
Additional Inherited Members | |
Protected Types inherited from SVF::iter_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT > | |
enum | { IsRandomAccess , IsBidirectional } |
CRTP base class for adapting an iterator to a different type.
This class can be used through CRTP to adapt one iterator into another. Typically this is done through providing in the derived class a custom operator*
implementation. Other methods can be overridden as well.
Definition at line 235 of file iterator.h.
|
private |
Definition at line 239 of file iterator.h.
using SVF::iter_adaptor_base< DerivedT, WrappedIteratorT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT >::difference_type = DifferenceTypeT |
Definition at line 258 of file iterator.h.
|
protecteddefault |
|
inlineexplicitprotected |
Definition at line 246 of file iterator.h.
|
inline |
Definition at line 317 of file iterator.h.
|
inline |
Definition at line 288 of file iterator.h.
|
inline |
Definition at line 260 of file iterator.h.
|
inline |
Definition at line 277 of file iterator.h.
|
inline |
Definition at line 294 of file iterator.h.
|
inline |
Definition at line 268 of file iterator.h.
|
inlineprotected |
Definition at line 252 of file iterator.h.
|
friend |
Definition at line 308 of file iterator.h.
|
friend |
Definition at line 303 of file iterator.h.
|
protected |
Definition at line 242 of file iterator.h.