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

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

Member Typedef Documentation

◆ difference_type

◆ implementation

◆ iterator_category

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

◆ pointer

◆ reference

◆ value_type

using LIEF::pdb::Type::Iterator::value_type = std::unique_ptr<Type>

Constructor & Destructor Documentation

◆ Iterator() [1/3]

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

◆ Iterator() [2/3]

LIEF::pdb::Type::Iterator::Iterator ( Iterator && )
noexcept

References Iterator().

◆ Iterator() [3/3]

LIEF::pdb::Type::Iterator::Iterator ( std::unique_ptr< details::TypeIt > impl)

References Iterator().

◆ ~Iterator()

LIEF::pdb::Type::Iterator::~Iterator ( )

References Iterator().

Member Function Documentation

◆ operator*()

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

◆ operator++() [1/2]

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

References Iterator().

◆ operator++() [2/2]

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

References Iterator().

◆ operator->()

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

References Iterator().


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