LLVM 19.0.0git
Public Member Functions | List of all members
llvm::object::Archive::ChildFallibleIterator Class Reference

#include "llvm/Object/Archive.h"

Public Member Functions

 ChildFallibleIterator ()
 
 ChildFallibleIterator (const Child &C)
 
const Childoperator-> () const
 
const Childoperator* () const
 
bool operator== (const ChildFallibleIterator &other) const
 
bool operator!= (const ChildFallibleIterator &other) const
 
Error inc ()
 

Detailed Description

Definition at line 257 of file Archive.h.

Constructor & Destructor Documentation

◆ ChildFallibleIterator() [1/2]

llvm::object::Archive::ChildFallibleIterator::ChildFallibleIterator ( )
inline

Definition at line 261 of file Archive.h.

◆ ChildFallibleIterator() [2/2]

llvm::object::Archive::ChildFallibleIterator::ChildFallibleIterator ( const Child C)
inline

Definition at line 262 of file Archive.h.

Member Function Documentation

◆ inc()

Error llvm::object::Archive::ChildFallibleIterator::inc ( )
inline

Definition at line 278 of file Archive.h.

References llvm::Error::success().

◆ operator!=()

bool llvm::object::Archive::ChildFallibleIterator::operator!= ( const ChildFallibleIterator other) const
inline

Definition at line 274 of file Archive.h.

◆ operator*()

const Child & llvm::object::Archive::ChildFallibleIterator::operator* ( ) const
inline

Definition at line 265 of file Archive.h.

◆ operator->()

const Child * llvm::object::Archive::ChildFallibleIterator::operator-> ( ) const
inline

Definition at line 264 of file Archive.h.

◆ operator==()

bool llvm::object::Archive::ChildFallibleIterator::operator== ( const ChildFallibleIterator other) const
inline

Definition at line 267 of file Archive.h.


The documentation for this class was generated from the following file: