LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
LIEF::dwarf::Function::Iterator Class Reference

#include <Function.hpp>

Classes

class  PointerProxy
 

Public Types

using iterator_category = std::bidirectional_iterator_tag
 
using value_type = std::unique_ptr<Function>
 
using difference_type = std::ptrdiff_t
 
using pointer = Function*
 
using reference = std::unique_ptr<Function>&
 
using implementation = details::FunctionIt
 

Public Member Functions

 Iterator (const Iterator &)
 
 Iterator (Iterator &&) noexcept
 
 Iterator (std::unique_ptr< details::FunctionIt > impl)
 
 ~Iterator ()
 
Iteratoroperator++ ()
 
Iteratoroperator-- ()
 
Iterator operator-- (int)
 
Iterator operator++ (int)
 
std::unique_ptr< Functionoperator* () const
 
PointerProxy operator-> () const
 

Member Typedef Documentation

◆ difference_type

◆ implementation

◆ iterator_category

using LIEF::dwarf::Function::Iterator::iterator_category = std::bidirectional_iterator_tag

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ Iterator() [1/3]

LIEF::dwarf::Function::Iterator::Iterator ( const Iterator & )

◆ Iterator() [2/3]

LIEF::dwarf::Function::Iterator::Iterator ( Iterator && )
noexcept

◆ Iterator() [3/3]

LIEF::dwarf::Function::Iterator::Iterator ( std::unique_ptr< details::FunctionIt > impl)

◆ ~Iterator()

LIEF::dwarf::Function::Iterator::~Iterator ( )

Member Function Documentation

◆ operator*()

std::unique_ptr< Function > LIEF::dwarf::Function::Iterator::operator* ( ) const

◆ operator++() [1/2]

Iterator & LIEF::dwarf::Function::Iterator::operator++ ( )

◆ operator++() [2/2]

Iterator LIEF::dwarf::Function::Iterator::operator++ ( int )
inline

◆ operator--() [1/2]

Iterator & LIEF::dwarf::Function::Iterator::operator-- ( )

◆ operator--() [2/2]

Iterator LIEF::dwarf::Function::Iterator::operator-- ( int )
inline

◆ operator->()

PointerProxy LIEF::dwarf::Function::Iterator::operator-> ( ) const
inline

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