| LIEF: Library to Instrument Executable Formats Version 0.17.1
    | 
#include <Dylib.hpp>


| Public Types | |
| using | implementation = details::DylibIt | 
| Public Types inherited from LIEF::iterator_facade_base< Iterator, std::random_access_iterator_tag, std::unique_ptr< Dylib >, std::ptrdiff_t, Dylib *, std::unique_ptr< Dylib > > | |
| using | iterator_category | 
| using | value_type | 
| using | difference_type | 
| using | pointer | 
| using | reference | 
| Public Member Functions | |
| Iterator (std::unique_ptr< details::DylibIt > impl) | |
| Iterator (const Iterator &) | |
| Iterator & | operator= (const Iterator &) | 
| Iterator (Iterator &&) noexcept | |
| Iterator & | operator= (Iterator &&) noexcept | 
| ~Iterator () | |
| 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) | 
| std::unique_ptr< Dylib > | operator* () const | 
| Public Member Functions inherited from LIEF::iterator_facade_base< Iterator, std::random_access_iterator_tag, std::unique_ptr< Dylib >, std::ptrdiff_t, Dylib *, std::unique_ptr< Dylib > > | |
| 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 | 
| using LIEF::dsc::Dylib::Iterator::implementation = details::DylibIt | 
| LIEF::dsc::Dylib::Iterator::Iterator | ( | std::unique_ptr< details::DylibIt > | impl | ) | 
Referenced by Iterator(), Iterator(), operator!=, operator+=(), operator-(), operator-=(), operator<(), operator=(), operator=(), operator==, and ~Iterator().
| LIEF::dsc::Dylib::Iterator::Iterator | ( | const Iterator & | ) | 
References Iterator().
| 
 | noexcept | 
References Iterator().
| LIEF::dsc::Dylib::Iterator::~Iterator | ( | ) | 
References Iterator().
| std::unique_ptr< Dylib > LIEF::dsc::Dylib::Iterator::operator* | ( | ) | const | 
| Iterator & LIEF::dsc::Dylib::Iterator::operator+= | ( | std::ptrdiff_t | n | ) | 
References Iterator().
| std::ptrdiff_t LIEF::dsc::Dylib::Iterator::operator- | ( | const Iterator & | R | ) | const | 
References Iterator().
| Iterator & LIEF::dsc::Dylib::Iterator::operator-= | ( | std::ptrdiff_t | n | ) | 
References Iterator().
| bool LIEF::dsc::Dylib::Iterator::operator< | ( | const Iterator & | rhs | ) | const | 
References Iterator().
References Iterator().
References Iterator().