|
LIEF: Library to Instrument Executable Formats Version 0.17.4
|
#include <iterators.hpp>
Public Types | |
| using | IteratorTy = IteratorT |
Public Member Functions | |
| iterator_range (IteratorT &&it_begin, IteratorT &&it_end) | |
| IteratorT | begin () const |
| IteratorT | end () const |
| bool | empty () const |
| IteratorT::value_type | at (typename IteratorT::difference_type pos) const |
| IteratorT::value_type | operator[] (typename IteratorT::difference_type pos) const |
| std::ptrdiff_t | size () const |
| using LIEF::iterator_range< IteratorT >::IteratorTy = IteratorT |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |