LLVM: llvm::orc::LibraryManager::FilteredView Class Reference (original) (raw)

A read-only view of libraries filtered by state and kind. More...

#include "[llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h](LibraryResolver%5F8h%5Fsource.html)"

Detailed Description

A read-only view of libraries filtered by state and kind.

Lets you loop over only the libraries in a map that match a given State and PathType.

Definition at line 99 of file LibraryResolver.h.

Member Typedef Documentation

Iterator

Map

Constructor & Destructor Documentation

llvm::orc::LibraryManager::FilteredView::FilteredView ( Iterator begin, Iterator end, LibState s, PathType k ) inline

Member Function Documentation

begin()

FilterIterator llvm::orc::LibraryManager::FilteredView::begin ( ) const inline

end()

FilterIterator llvm::orc::LibraryManager::FilteredView::end ( ) const inline

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