LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
LIEF::pdb::PublicSymbol::Iterator Class Reference

#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 ()
 
Iteratoroperator++ ()
 
Iterator operator++ (int)
 
std::unique_ptr< PublicSymboloperator* () const
 
PointerProxy operator-> () const
 

Member Typedef Documentation

◆ difference_type

◆ implementation

using LIEF::pdb::PublicSymbol::Iterator::implementation = details::PublicSymbolIt

◆ iterator_category

using LIEF::pdb::PublicSymbol::Iterator::iterator_category = std::forward_iterator_tag

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ Iterator() [1/3]

LIEF::pdb::PublicSymbol::Iterator::Iterator ( const Iterator & )

◆ Iterator() [2/3]

LIEF::pdb::PublicSymbol::Iterator::Iterator ( Iterator && )

◆ Iterator() [3/3]

LIEF::pdb::PublicSymbol::Iterator::Iterator ( std::unique_ptr< details::PublicSymbolIt > impl)

◆ ~Iterator()

LIEF::pdb::PublicSymbol::Iterator::~Iterator ( )

Member Function Documentation

◆ operator*()

std::unique_ptr< PublicSymbol > LIEF::pdb::PublicSymbol::Iterator::operator* ( ) const

◆ operator++() [1/2]

Iterator & LIEF::pdb::PublicSymbol::Iterator::operator++ ( )

◆ operator++() [2/2]

Iterator LIEF::pdb::PublicSymbol::Iterator::operator++ ( int )
inline

◆ operator->()

PointerProxy LIEF::pdb::PublicSymbol::Iterator::operator-> ( ) const
inline

The documentation for this class was generated from the following file: