libmicroemu 0.2.0
ARM Microcontroller Emulator Library
Loading...
Searching...
No Matches
libmicroemu::internal::ElfReader::SegmentIterator Class Reference

Public Types

using iterator_category = std::input_iterator_tag
 
using value_type = Elf32_Phdr
 
using difference_type = decltype(static_cast<int *>(nullptr) - static_cast<int *>(nullptr))
 
using pointer = const Elf32_Phdr *
 
using reference = const Elf32_Phdr &
 

Public Member Functions

 SegmentIterator (std::istream *file, std::streamoff pos, std::size_t index, std::size_t count)
 
reference operator* () const
 
pointer operator-> () const
 
SegmentIteratoroperator++ ()
 
SegmentIterator operator++ (int)
 
bool operator== (const SegmentIterator &other) const
 
bool operator!= (const SegmentIterator &other) const
 

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