|
LLVM
3.7.0
|
#include <Archive.h>
Public Member Functions | |
| child_iterator () | |
| child_iterator (const Child &c) | |
| const Child * | operator-> () const |
| const Child & | operator* () const |
| bool | operator== (const child_iterator &other) const |
| bool | operator!= (const child_iterator &other) const |
| bool | operator< (const child_iterator &other) const |
| child_iterator & | operator++ () |
|
inline |
|
inline |
|
inline |
Definition at line 127 of file Archive.h.
References llvm::object::Archive::Child::getNext().
|
inline |
|
inline |
1.8.6