LIEF: Library to Instrument Executable Formats Version 0.15.1
Loading...
Searching...
No Matches
LIEF::iterator_range< IteratorT > Class Template Reference

#include <iterators.hpp>

Public Types

using IteratorTy = IteratorT
 

Public Member Functions

 iterator_range (IteratorT it_begin, IteratorT it_end)
 
IteratorT begin () const
 
IteratorT end () const
 
bool empty () const
 

Member Typedef Documentation

◆ IteratorTy

template<typename IteratorT >
using LIEF::iterator_range< IteratorT >::IteratorTy = IteratorT

Constructor & Destructor Documentation

◆ iterator_range()

template<typename IteratorT >
LIEF::iterator_range< IteratorT >::iterator_range ( IteratorT it_begin,
IteratorT it_end )
inline

Member Function Documentation

◆ begin()

template<typename IteratorT >
IteratorT LIEF::iterator_range< IteratorT >::begin ( ) const
inline

◆ empty()

template<typename IteratorT >
bool LIEF::iterator_range< IteratorT >::empty ( ) const
inline

◆ end()

template<typename IteratorT >
IteratorT LIEF::iterator_range< IteratorT >::end ( ) const
inline

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