LLVM API Documentation
#include <SymbolicFile.h>
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_iterator & | operator++ () |
Definition at line 48 of file SymbolicFile.h.
llvm::object::content_iterator< content_type >::content_iterator | ( | content_type | symb | ) | [inline] |
Definition at line 52 of file SymbolicFile.h.
bool llvm::object::content_iterator< content_type >::operator!= | ( | const content_iterator< content_type > & | other | ) | const [inline] |
Definition at line 62 of file SymbolicFile.h.
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.
content_iterator& llvm::object::content_iterator< content_type >::operator++ | ( | ) | [inline] |
Definition at line 66 of file SymbolicFile.h.
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.
bool llvm::object::content_iterator< content_type >::operator== | ( | const content_iterator< content_type > & | other | ) | const [inline] |
Definition at line 58 of file SymbolicFile.h.