LLVM API Documentation
#include <Archive.h>
Public Member Functions | |
| symbol_iterator (const Symbol &s) | |
| const Symbol * | operator-> () const |
| bool | operator== (const symbol_iterator &other) const |
| bool | operator!= (const symbol_iterator &other) const |
| symbol_iterator & | operator++ () |
| llvm::object::Archive::symbol_iterator::symbol_iterator | ( | const Symbol & | s | ) | [inline] |
| bool llvm::object::Archive::symbol_iterator::operator!= | ( | const symbol_iterator & | other | ) | const [inline] |
| symbol_iterator& llvm::object::Archive::symbol_iterator::operator++ | ( | ) | [inline] |
Definition at line 160 of file Archive.h.
References llvm::object::Archive::Symbol::getNext().
| bool llvm::object::Archive::symbol_iterator::operator== | ( | const symbol_iterator & | other | ) | const [inline] |