|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <Class.hpp>


Public Types | |
| using | implementation = details::ClassIt |
| Public Types inherited from LIEF::iterator_facade_base< Iterator, std::bidirectional_iterator_tag, Class, std::ptrdiff_t, const Class *, const Class & > | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
Public Member Functions | |
| Iterator () | |
| Iterator (std::unique_ptr< details::ClassIt > impl) | |
| Iterator (const Iterator &) | |
| Iterator & | operator= (const Iterator &) |
| Iterator (Iterator &&) noexcept | |
| Iterator & | operator= (Iterator &&) noexcept |
| ~Iterator () | |
| Iterator & | operator++ () |
| Iterator & | operator-- () |
| const Class & | operator* () const |
| const Class * | operator-> () const |
| std::unique_ptr< Class > | yield () |
| Transfer ownership of the class at the current position to the caller. Returns nullptr if the iterator is past-the-end. | |
| DerivedT | operator++ (int) |
| DerivedT | operator-- (int) |
| Public Member Functions inherited from LIEF::iterator_facade_base< Iterator, std::bidirectional_iterator_tag, Class, std::ptrdiff_t, const Class *, const Class & > | |
| 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::objc::Class::Iterator::implementation = details::ClassIt |
| LIEF::objc::Class::Iterator::Iterator | ( | ) |
References LIEF_API.
Referenced by Iterator(), Iterator(), operator!=, operator++(), operator--(), operator=(), operator=(), operator==, and ~Iterator().
| LIEF::objc::Class::Iterator::Iterator | ( | std::unique_ptr< details::ClassIt > | impl | ) |
References LIEF_API.
| LIEF::objc::Class::Iterator::Iterator | ( | const Iterator & | ) |
References Iterator(), and LIEF_API.
|
noexcept |
References Iterator(), and LIEF_API.
| LIEF::objc::Class::Iterator::~Iterator | ( | ) |
References Iterator(), and LIEF_API.
| const Class & LIEF::objc::Class::Iterator::operator* | ( | ) | const |
References LIEF::objc::Class::Class(), and LIEF_API.
| Iterator & LIEF::objc::Class::Iterator::operator++ | ( | ) |
References Iterator(), and LIEF_API.
|
inline |
| Iterator & LIEF::objc::Class::Iterator::operator-- | ( | ) |
References Iterator(), and LIEF_API.
|
inline |
| const Class * LIEF::objc::Class::Iterator::operator-> | ( | ) | const |
References LIEF::objc::Class::Class(), and LIEF_API.
References Iterator(), and LIEF_API.
References Iterator(), and LIEF_API.
| std::unique_ptr< Class > LIEF::objc::Class::Iterator::yield | ( | ) |
Transfer ownership of the class at the current position to the caller. Returns nullptr if the iterator is past-the-end.
References LIEF_API.