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