LLVM 23.0.0git
llvm::orc::LibraryManager::FilteredView::FilterIterator Class Reference

#include "llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h"

Public Member Functions

 FilterIterator (Iterator it_, Iterator end_, LibState S, PathType K)
bool operator!= (const FilterIterator &other) const
const LibraryInfooperator* () const
FilterIteratoroperator++ ()

Detailed Description

Definition at line 165 of file LibraryResolver.h.

Constructor & Destructor Documentation

◆ FilterIterator()

llvm::orc::LibraryManager::FilteredView::FilterIterator::FilterIterator ( Iterator it_,
Iterator end_,
LibState S,
PathType K )
inline

Definition at line 167 of file LibraryResolver.h.

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

Member Function Documentation

◆ operator!=()

bool llvm::orc::LibraryManager::FilteredView::FilterIterator::operator!= ( const FilterIterator & other) const
inline

Definition at line 172 of file LibraryResolver.h.

References FilterIterator().

◆ operator*()

const LibraryInfo & llvm::orc::LibraryManager::FilteredView::FilterIterator::operator* ( ) const
inline

Definition at line 176 of file LibraryResolver.h.

◆ operator++()

FilterIterator & llvm::orc::LibraryManager::FilteredView::FilterIterator::operator++ ( )
inline

Definition at line 178 of file LibraryResolver.h.

References FilterIterator().


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