LIEF: Library to Instrument Executable Formats Version 0.16.0
|
#include <Instruction.hpp>
Public Types | |
using | implementation = details::InstructionIt |
Public Types inherited from LIEF::iterator_facade_base< Iterator, std::forward_iterator_tag, std::unique_ptr< Instruction >, std::ptrdiff_t, Instruction *, std::unique_ptr< Instruction > > | |
using | iterator_category |
using | value_type |
using | difference_type |
using | pointer |
using | reference |
Public Member Functions | |
Iterator (std::unique_ptr< details::InstructionIt > impl) | |
Iterator (const Iterator &) | |
Iterator & | operator= (const Iterator &) |
Iterator (Iterator &&) noexcept | |
Iterator & | operator= (Iterator &&) noexcept |
~Iterator () | |
Iterator & | operator++ () |
std::unique_ptr< Instruction > | operator* () const |
Public Member Functions inherited from LIEF::iterator_facade_base< Iterator, std::forward_iterator_tag, std::unique_ptr< Instruction >, std::ptrdiff_t, Instruction *, std::unique_ptr< Instruction > > | |
Iterator | operator+ (std::ptrdiff_t n) const |
Iterator | operator- (std::ptrdiff_t n) const |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator-- () |
Iterator | operator-- (int) |
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 |
using LIEF::assembly::Instruction::Iterator::implementation = details::InstructionIt |
LIEF::assembly::Instruction::Iterator::Iterator | ( | std::unique_ptr< details::InstructionIt > | impl | ) |
LIEF::assembly::Instruction::Iterator::Iterator | ( | const Iterator & | ) |
|
noexcept |
LIEF::assembly::Instruction::Iterator::~Iterator | ( | ) |
std::unique_ptr< Instruction > LIEF::assembly::Instruction::Iterator::operator* | ( | ) | const |
Iterator & LIEF::assembly::Instruction::Iterator::operator++ | ( | ) |