|
LIEF: Library to Instrument Executable Formats Version 2.0.0
|
An iterator type that allows iterating over the pointees via some other iterator. More...
#include <iterators.hpp>


Additional Inherited Members | |
| Public Types inherited from LIEF::iterator_adaptor_base< DerivedT, WrappedIteratorT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT > | |
| using | difference_type = DifferenceTypeT |
| Public Types inherited from LIEF::iterator_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 |
An iterator type that allows iterating over the pointees via some other iterator.
The typical usage of this is to expose a type that iterates over Ts, but which is implemented with some iterator over T*s:
|
default |
Referenced by pointee_iterator().
|
inline |
References pointee_iterator().
|
inline |