|
LLVM
4.0.0
|
#include <Archive.h>
Public Member Functions | |
| child_iterator () | |
| child_iterator (const Child &C, Error *E) | |
| const Child * | operator-> () const |
| const Child & | operator* () const |
| bool | operator== (const child_iterator &other) const |
| bool | operator!= (const child_iterator &other) const |
| child_iterator & | operator++ () |
|
inline |
|
inline |
|
inline |
Definition at line 154 of file Archive.h.
References assert(), llvm::object::Archive::child_end(), llvm::object::Archive::Child::getNext(), and llvm::object::Archive::Child::getParent().
|
inline |
1.8.6