LLVM API Documentation

Public Member Functions
llvm::object::content_iterator< content_type > Class Template Reference

#include <SymbolicFile.h>

Inheritance diagram for llvm::object::content_iterator< content_type >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 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

template<class content_type>
class llvm::object::content_iterator< content_type >

Definition at line 48 of file SymbolicFile.h.


Constructor & Destructor Documentation

template<class content_type >
llvm::object::content_iterator< content_type >::content_iterator ( content_type  symb) [inline]

Definition at line 52 of file SymbolicFile.h.


Member Function Documentation

template<class content_type >
bool llvm::object::content_iterator< content_type >::operator!= ( const content_iterator< content_type > &  other) const [inline]

Definition at line 62 of file SymbolicFile.h.

template<class content_type >
const content_type& llvm::object::content_iterator< content_type >::operator* ( ) const [inline]

Reimplemented in llvm::object::symbol_iterator.

Definition at line 56 of file SymbolicFile.h.

template<class content_type >
content_iterator& llvm::object::content_iterator< content_type >::operator++ ( ) [inline]

Definition at line 66 of file SymbolicFile.h.

template<class content_type >
const content_type* llvm::object::content_iterator< content_type >::operator-> ( ) const [inline]

Reimplemented in llvm::object::symbol_iterator.

Definition at line 54 of file SymbolicFile.h.

template<class content_type >
bool llvm::object::content_iterator< content_type >::operator== ( const content_iterator< content_type > &  other) const [inline]

Definition at line 58 of file SymbolicFile.h.


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