Struct Elf::Phdrs

Nested Relationships

This struct is a nested type of Class Elf.

Nested Types

Struct Documentation

struct Phdrs

Public Functions

inline Phdrs(Stream &stream, size_t phnum)
inline PhdrIterator begin()
inline PhdrIterator end()
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)