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

#include <Method.hpp>

Classes

class  PointerProxy
 

Public Types

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

Public Member Functions

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

Member Typedef Documentation

◆ difference_type

◆ implementation

◆ iterator_category

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

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ Iterator() [1/3]

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

◆ Iterator() [2/3]

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

◆ Iterator() [3/3]

LIEF::objc::Method::Iterator::Iterator ( std::unique_ptr< details::MethodIt > impl)

◆ ~Iterator()

LIEF::objc::Method::Iterator::~Iterator ( )

Member Function Documentation

◆ operator*()

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

◆ operator++() [1/2]

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

◆ operator++() [2/2]

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

◆ operator--() [1/2]

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

◆ operator--() [2/2]

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

◆ operator->()

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

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