LLVM: llvm::vfs::InMemoryFileSystem::DirIterator Class Reference (original) (raw)

Adaptor from InMemoryDir::iterator to directory_iterator. More...

Inheritance diagram for llvm::vfs::InMemoryFileSystem::DirIterator:

Public Member Functions
DirIterator ()=default
DirIterator (const InMemoryFileSystem *FS, const detail::InMemoryDirectory &Dir, std::string RequestedDirName)
std::error_code increment () override
Sets CurrentEntry to the next entry in the directory on success, to directory_entry() at end, or returns a system-defined error_code.
Public Member Functions inherited from llvm::vfs::detail::DirIterImpl
virtual ~DirIterImpl ()

Detailed Description

Adaptor from InMemoryDir::iterator to directory_iterator.

Definition at line 1105 of file VirtualFileSystem.cpp.

Constructor & Destructor Documentation

llvm::vfs::InMemoryFileSystem::DirIterator::DirIterator ( ) default

DirIterator() [2/2]

Member Function Documentation

increment()

std::error_code llvm::vfs::InMemoryFileSystem::DirIterator::increment ( ) inlineoverridevirtual

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