LLVM: llvm::object::Elf_Note_Iterator_Impl< ELFT > Class Template Reference (original) (raw)

#include "[llvm/Object/ELFTypes.h](ELFTypes%5F8h%5Fsource.html)"

Inheritance diagram for llvm::object::Elf_Note_Iterator_Impl< ELFT >:

Public Types
using iterator_category = std::forward_iterator_tag
using value_type = Elf_Note_Impl
using difference_type = std::ptrdiff_t
using pointer = value_type *
using reference = value_type &
Friends
template
class ELFFile

Detailed Description

template
class llvm::object::Elf_Note_Iterator_Impl< ELFT >

Definition at line 682 of file ELFTypes.h.

Member Typedef Documentation

difference_type

iterator_category

pointer

value_type

Member Function Documentation

operator!=()

operator*()

operator++()

operator==()

ELFFile

template

template


The documentation for this class was generated from the following file: