LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
LIEF::objc::IVar::Iterator Class Reference

#include <IVar.hpp>

Classes

class  PointerProxy

Public Types

using iterator_category = std::bidirectional_iterator_tag
using value_type = std::unique_ptr<IVar>
using difference_type = std::ptrdiff_t
using pointer = IVar*
using reference = std::unique_ptr<IVar>&
using implementation = details::IVarIt

Public Member Functions

 Iterator (const Iterator &)
 Iterator (Iterator &&) noexcept
 Iterator (std::unique_ptr< details::IVarIt > impl)
 ~Iterator ()
Iteratoroperator++ ()
Iteratoroperator-- ()
Iterator operator-- (int)
Iterator operator++ (int)
std::unique_ptr< IVaroperator* () const
PointerProxy operator-> () const

Member Typedef Documentation

◆ difference_type

◆ implementation

◆ iterator_category

using LIEF::objc::IVar::Iterator::iterator_category = std::bidirectional_iterator_tag

◆ pointer

◆ reference

using LIEF::objc::IVar::Iterator::reference = std::unique_ptr<IVar>&

◆ value_type

using LIEF::objc::IVar::Iterator::value_type = std::unique_ptr<IVar>

Constructor & Destructor Documentation

◆ Iterator() [1/3]

LIEF::objc::IVar::Iterator::Iterator ( const Iterator & )

◆ Iterator() [2/3]

LIEF::objc::IVar::Iterator::Iterator ( Iterator && )
noexcept

References Iterator().

◆ Iterator() [3/3]

LIEF::objc::IVar::Iterator::Iterator ( std::unique_ptr< details::IVarIt > impl)

References Iterator().

◆ ~Iterator()

LIEF::objc::IVar::Iterator::~Iterator ( )

References Iterator().

Member Function Documentation

◆ operator*()

std::unique_ptr< IVar > LIEF::objc::IVar::Iterator::operator* ( ) const

◆ operator++() [1/2]

Iterator & LIEF::objc::IVar::Iterator::operator++ ( )

References Iterator().

◆ operator++() [2/2]

Iterator LIEF::objc::IVar::Iterator::operator++ ( int )
inline

References Iterator().

◆ operator--() [1/2]

Iterator & LIEF::objc::IVar::Iterator::operator-- ( )

References Iterator().

◆ operator--() [2/2]

Iterator LIEF::objc::IVar::Iterator::operator-- ( int )
inline

References Iterator().

◆ operator->()

PointerProxy LIEF::objc::IVar::Iterator::operator-> ( ) const
inline

References Iterator().


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