Struct Phdrs::PhdrIterator¶
Defined in File elf.hpp
Nested Relationships¶
This struct is a nested type of Struct Elf::Phdrs.
Struct Documentation¶
-
struct PhdrIterator
Public Functions
-
inline explicit PhdrIterator(Stream &stream, size_t remaining)
-
inline Elf64_Phdr &operator*()
-
inline const Elf64_Phdr &operator*() const
-
inline bool operator==(const PhdrIterator &other) const
-
inline bool operator!=(const PhdrIterator &other) const
-
inline PhdrIterator &operator++()
-
inline PhdrIterator operator++(int)
-
inline explicit PhdrIterator(Stream &stream, size_t remaining)