|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <Stub.hpp>


Public Member Functions | |
| Iterator ()=default | |
| Iterator (target_info_t target_info, std::vector< const Section * > sections, size_t pos) | |
| Iterator (const Iterator &)=default | |
| Iterator & | operator= (const Iterator &)=default |
| Iterator (Iterator &&) noexcept=default | |
| Iterator & | operator= (Iterator &&) noexcept=default |
| ~Iterator ()=default | |
| bool | operator< (const Iterator &rhs) const |
| std::ptrdiff_t | operator- (const Iterator &R) const |
| Iterator & | operator+= (std::ptrdiff_t n) |
| Iterator & | operator-= (std::ptrdiff_t n) |
| Stub | operator* () const |
| Public Member Functions inherited from LIEF::iterator_facade_base< Iterator, std::random_access_iterator_tag, const Stub > | |
| Iterator | operator+ (std::ptrdiff_t n) const |
| Iterator | operator- (std::ptrdiff_t n) const |
| Iterator & | operator++ () |
| Iterator & | operator-- () |
| bool | operator!= (const Iterator &RHS) const |
| bool | operator> (const Iterator &RHS) const |
| bool | operator<= (const Iterator &RHS) const |
| bool | operator>= (const Iterator &RHS) const |
| PointerProxy | operator-> () const |
| ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Additional Inherited Members | |
| Public Types inherited from LIEF::iterator_facade_base< Iterator, std::random_access_iterator_tag, const Stub > | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
|
default |
Referenced by Iterator(), Iterator(), operator!=, operator+=(), operator-(), operator-=(), operator<(), operator=(), operator=(), operator==, and ~Iterator().
|
inline |
|
default |
References Iterator().
|
defaultnoexcept |
References Iterator().
|
default |
References Iterator().
| Stub LIEF::MachO::Stub::Iterator::operator* | ( | ) | const |
References LIEF::MachO::Stub::Stub().
|
inline |
References Iterator().
|
inline |
References Iterator().
|
inline |
References Iterator().
|
inline |
References Iterator().
References Iterator().
References Iterator().