LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
LIEF::assembly::Instruction::Iterator Class Referencefinal

#include <Instruction.hpp>

Inheritance diagram for LIEF::assembly::Instruction::Iterator:
Collaboration diagram for LIEF::assembly::Instruction::Iterator:

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 &)
 
Iteratoroperator= (const Iterator &)
 
 Iterator (Iterator &&) noexcept
 
Iteratoroperator= (Iterator &&) noexcept
 
 ~Iterator ()
 
Iteratoroperator++ ()
 
std::unique_ptr< Instructionoperator* () 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
 

Member Typedef Documentation

◆ implementation

Constructor & Destructor Documentation

◆ Iterator() [1/3]

LIEF::assembly::Instruction::Iterator::Iterator ( std::unique_ptr< details::InstructionIt > impl)

◆ Iterator() [2/3]

LIEF::assembly::Instruction::Iterator::Iterator ( const Iterator & )

◆ Iterator() [3/3]

LIEF::assembly::Instruction::Iterator::Iterator ( Iterator && )
noexcept

◆ ~Iterator()

LIEF::assembly::Instruction::Iterator::~Iterator ( )

Member Function Documentation

◆ operator*()

std::unique_ptr< Instruction > LIEF::assembly::Instruction::Iterator::operator* ( ) const

◆ operator++()

Iterator & LIEF::assembly::Instruction::Iterator::operator++ ( )

◆ operator=() [1/2]

Iterator & LIEF::assembly::Instruction::Iterator::operator= ( const Iterator & )

◆ operator=() [2/2]

Iterator & LIEF::assembly::Instruction::Iterator::operator= ( Iterator && )
noexcept

The documentation for this class was generated from the following file: