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