|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <Type.hpp>
Classes | |
| class | PointerProxy |
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = std::unique_ptr<Type> |
| using | difference_type = std::ptrdiff_t |
| using | pointer = Type* |
| using | reference = Type& |
| using | implementation = details::TypeIt |
Public Member Functions | |
| Iterator (const Iterator &) | |
| Iterator (Iterator &&) noexcept | |
| Iterator (std::unique_ptr< details::TypeIt > impl) | |
| ~Iterator () | |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| std::unique_ptr< Type > | operator* () const |
| PointerProxy | operator-> () const |
| using LIEF::pdb::Type::Iterator::difference_type = std::ptrdiff_t |
| using LIEF::pdb::Type::Iterator::implementation = details::TypeIt |
| using LIEF::pdb::Type::Iterator::iterator_category = std::forward_iterator_tag |
| using LIEF::pdb::Type::Iterator::pointer = Type* |
| using LIEF::pdb::Type::Iterator::reference = Type& |
| using LIEF::pdb::Type::Iterator::value_type = std::unique_ptr<Type> |
| LIEF::pdb::Type::Iterator::Iterator | ( | const Iterator & | ) |
References Iterator().
Referenced by Iterator(), Iterator(), Iterator(), operator!=, operator++(), operator++(), operator->(), operator==, and ~Iterator().
|
noexcept |
References Iterator().
| LIEF::pdb::Type::Iterator::Iterator | ( | std::unique_ptr< details::TypeIt > | impl | ) |
References Iterator().
| LIEF::pdb::Type::Iterator::~Iterator | ( | ) |
References Iterator().
| std::unique_ptr< Type > LIEF::pdb::Type::Iterator::operator* | ( | ) | const |
| Iterator & LIEF::pdb::Type::Iterator::operator++ | ( | ) |
References Iterator().
|
inline |
References Iterator().
|
inline |
References Iterator().