|
libmicroemu 0.2.0
ARM Microcontroller Emulator Library
|
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 |
| SegmentIterator & | operator++ () |
| SegmentIterator | operator++ (int) |
| bool | operator== (const SegmentIterator &other) const |
| bool | operator!= (const SegmentIterator &other) const |