template <ElfData Data>

class ElfNoteSegment

Defined at line 101 of file ../../src/lib/elfldltl/include/lib/elfldltl/note.h

This is a forward-iterable container view of notes in a note segment,

constructible from the raw bytes.

Public Methods

void ElfNoteSegment<Data> ()

Defined at line 156 of file ../../src/lib/elfldltl/include/lib/elfldltl/note.h

void ElfNoteSegment<Data> (const ElfNoteSegment<Data> & )

Defined at line 158 of file ../../src/lib/elfldltl/include/lib/elfldltl/note.h

void ElfNoteSegment<Data> (Bytes notes)

Defined at line 160 of file ../../src/lib/elfldltl/include/lib/elfldltl/note.h

void ElfNoteSegment<Data> (Bytes notes)

Defined at line 160 of file ../../src/lib/elfldltl/include/lib/elfldltl/note.h

void ElfNoteSegment<Data> (Bytes notes)

Defined at line 160 of file ../../src/lib/elfldltl/include/lib/elfldltl/note.h

void ElfNoteSegment<Data> (Bytes notes)

Defined at line 160 of file ../../src/lib/elfldltl/include/lib/elfldltl/note.h

void ElfNoteSegment<Data> (Bytes notes)

Defined at line 160 of file ../../src/lib/elfldltl/include/lib/elfldltl/note.h

ElfNoteSegment<Data> & operator= (const ElfNoteSegment<Data> & )

Defined at line 163 of file ../../src/lib/elfldltl/include/lib/elfldltl/note.h

ElfNoteSegment<Data> & operator= (Bytes notes)

Defined at line 165 of file ../../src/lib/elfldltl/include/lib/elfldltl/note.h

ElfNoteSegment<Data> & operator= (Bytes notes)

Defined at line 165 of file ../../src/lib/elfldltl/include/lib/elfldltl/note.h

ElfNoteSegment<Data> & operator= (Bytes notes)

Defined at line 165 of file ../../src/lib/elfldltl/include/lib/elfldltl/note.h

ElfNoteSegment<Data> & operator= (Bytes notes)

Defined at line 165 of file ../../src/lib/elfldltl/include/lib/elfldltl/note.h

ElfNoteSegment<Data> & operator= (Bytes notes)

Defined at line 165 of file ../../src/lib/elfldltl/include/lib/elfldltl/note.h

iterator begin ()

Defined at line 170 of file ../../src/lib/elfldltl/include/lib/elfldltl/note.h

iterator end ()

Defined at line 172 of file ../../src/lib/elfldltl/include/lib/elfldltl/note.h

Records