class iterator

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

Public Methods

void iterator ()

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

void iterator (const iterator & )

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

bool operator== (const iterator & other)

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

bool operator!= (const iterator & other)

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

ElfNote operator* ()

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

iterator & operator++ ()

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

iterator operator++ (int )

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

Friends

class ElfNoteSegment