LLVM 22.0.0git
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 260 of file Archive.h.

Constructor & Destructor Documentation

◆ ChildFallibleIterator() [1/2]

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

Definition at line 264 of file Archive.h.

Referenced by operator!=(), and operator==().

◆ ChildFallibleIterator() [2/2]

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

Definition at line 265 of file Archive.h.

Member Function Documentation

◆ inc()

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

Definition at line 281 of file Archive.h.

References llvm::Error::success().

◆ operator!=()

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

Definition at line 277 of file Archive.h.

References ChildFallibleIterator().

◆ operator*()

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

Definition at line 268 of file Archive.h.

◆ operator->()

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

Definition at line 267 of file Archive.h.

◆ operator==()

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

Definition at line 270 of file Archive.h.

References ChildFallibleIterator().


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