#include "llvm/Object/Archive.h"
Definition at line 146 of file Archive.h.
◆ child_iterator() [1/2]
llvm::object::Archive::child_iterator::child_iterator |
( |
| ) |
|
|
inline |
◆ child_iterator() [2/2]
llvm::object::Archive::child_iterator::child_iterator |
( |
const Child & |
C, |
|
|
Error * |
E |
|
) |
| |
|
inline |
◆ operator!=()
◆ operator*()
const Child& llvm::object::Archive::child_iterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++()
◆ operator->()
const Child* llvm::object::Archive::child_iterator::operator-> |
( |
| ) |
const |
|
inline |
◆ operator==()
The documentation for this class was generated from the following file: