LLVM API Documentation

Public Member Functions
llvm::object::symbol_iterator Class Reference

#include <ObjectFile.h>

Inheritance diagram for llvm::object::symbol_iterator:
Inheritance graph
[legend]
Collaboration diagram for llvm::object::symbol_iterator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 symbol_iterator (SymbolRef Sym)
 symbol_iterator (const basic_symbol_iterator &B)
const SymbolRefoperator-> () const
const SymbolRefoperator* () const

Detailed Description

Definition at line 163 of file ObjectFile.h.


Constructor & Destructor Documentation

Definition at line 165 of file ObjectFile.h.

Definition at line 166 of file ObjectFile.h.


Member Function Documentation

const SymbolRef& llvm::object::symbol_iterator::operator* ( ) const [inline]

Reimplemented from llvm::object::content_iterator< content_type >.

Definition at line 175 of file ObjectFile.h.

References P.

Referenced by operator->().

const SymbolRef* llvm::object::symbol_iterator::operator-> ( ) const [inline]

Reimplemented from llvm::object::content_iterator< content_type >.

Definition at line 170 of file ObjectFile.h.

References operator*(), and P.


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