|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
Bidirectional iterator over the LdrDataTableEntry mirroring the doubly-linked list used by Windows. More...
#include <LdrDataTableEntry.hpp>


Public Types | |
| using | implementation = details::ldr_entry_it |
| Public Types inherited from LIEF::iterator_facade_base< Iterator, std::bidirectional_iterator_tag, LdrDataTableEntry, std::ptrdiff_t, const LdrDataTableEntry *, const LdrDataTableEntry & > | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
Public Member Functions | |
| Iterator () | |
| Iterator (std::unique_ptr< details::ldr_entry_it > impl) | |
| Iterator (const Iterator &) | |
| Iterator & | operator= (const Iterator &) |
| Iterator (Iterator &&) noexcept | |
| Iterator & | operator= (Iterator &&) noexcept |
| ~Iterator () | |
| Iterator & | operator++ () |
| Iterator & | operator-- () |
| const LdrDataTableEntry & | operator* () const |
| const LdrDataTableEntry * | operator-> () const |
| std::unique_ptr< LdrDataTableEntry > | yield () |
| Transfer ownership of the entry at the current position to the caller. Returns nullptr if the iterator is past-the-end. | |
| DerivedT | operator++ (int) |
| DerivedT | operator-- (int) |
| Public Member Functions inherited from LIEF::iterator_facade_base< Iterator, std::bidirectional_iterator_tag, LdrDataTableEntry, std::ptrdiff_t, const LdrDataTableEntry *, const LdrDataTableEntry & > | |
| 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 |
Bidirectional iterator over the LdrDataTableEntry mirroring the doubly-linked list used by Windows.
| using LIEF::runtime::windows::LdrDataTableEntry::Iterator::implementation = details::ldr_entry_it |
| LIEF::runtime::windows::LdrDataTableEntry::Iterator::Iterator | ( | ) |
References LIEF_API.
Referenced by Iterator(), Iterator(), operator!=, operator++(), operator--(), operator=(), operator=(), operator==, and ~Iterator().
| LIEF::runtime::windows::LdrDataTableEntry::Iterator::Iterator | ( | std::unique_ptr< details::ldr_entry_it > | impl | ) |
References LIEF_API.
| LIEF::runtime::windows::LdrDataTableEntry::Iterator::Iterator | ( | const Iterator & | ) |
References Iterator(), and LIEF_API.
|
noexcept |
References Iterator(), and LIEF_API.
| LIEF::runtime::windows::LdrDataTableEntry::Iterator::~Iterator | ( | ) |
References Iterator(), and LIEF_API.
| const LdrDataTableEntry & LIEF::runtime::windows::LdrDataTableEntry::Iterator::operator* | ( | ) | const |
| Iterator & LIEF::runtime::windows::LdrDataTableEntry::Iterator::operator++ | ( | ) |
References Iterator(), LIEF_API, and LIEF_LIFETIMEBOUND.
|
inline |
| Iterator & LIEF::runtime::windows::LdrDataTableEntry::Iterator::operator-- | ( | ) |
References Iterator(), LIEF_API, and LIEF_LIFETIMEBOUND.
|
inline |
| const LdrDataTableEntry * LIEF::runtime::windows::LdrDataTableEntry::Iterator::operator-> | ( | ) | const |
References Iterator(), and LIEF_API.
References Iterator(), and LIEF_API.
| std::unique_ptr< LdrDataTableEntry > LIEF::runtime::windows::LdrDataTableEntry::Iterator::yield | ( | ) |
Transfer ownership of the entry at the current position to the caller. Returns nullptr if the iterator is past-the-end.
References LIEF::runtime::windows::LdrDataTableEntry::LdrDataTableEntry(), LIEF_API, and yield().
Referenced by yield().