LLVM  3.7.0
Public Member Functions | List of all members
llvm::object::elf_section_iterator Class Reference

#include <ELFObjectFile.h>

Inheritance diagram for llvm::object::elf_section_iterator:
[legend]
Collaboration diagram for llvm::object::elf_section_iterator:
[legend]

Public Member Functions

 elf_section_iterator (const section_iterator &B)
 
const ELFSectionRefoperator-> () const
 
const ELFSectionRefoperator* () const
 
- Public Member Functions inherited from llvm::object::content_iterator< content_type >
 content_iterator (content_type symb)
 
const content_type * operator-> () const
 
const content_type & operator* () const
 
bool operator== (const content_iterator &other) const
 
bool operator!= (const content_iterator &other) const
 
content_iteratoroperator++ ()
 

Detailed Description

Definition at line 87 of file ELFObjectFile.h.

Constructor & Destructor Documentation

llvm::object::elf_section_iterator::elf_section_iterator ( const section_iterator B)
inline

Definition at line 89 of file ELFObjectFile.h.

Member Function Documentation

const ELFSectionRef& llvm::object::elf_section_iterator::operator* ( ) const
inline
const ELFSectionRef* llvm::object::elf_section_iterator::operator-> ( ) const
inline

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