LLVM: llvm::vfs::detail::DirIterImpl Struct Reference (original) (raw)
An interface for virtual file systems to provide an iterator over the (non-recursive) contents of a directory. More...
#include "[llvm/Support/VirtualFileSystem.h](VirtualFileSystem%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| virtual | ~DirIterImpl () |
| virtual std::error_code | increment ()=0 |
| Sets CurrentEntry to the next entry in the directory on success, to directory_entry() at end, or returns a system-defined error_code. |
An interface for virtual file systems to provide an iterator over the (non-recursive) contents of a directory.
Definition at line 167 of file VirtualFileSystem.h.
| llvm::vfs::detail::DirIterImpl::~DirIterImpl ( ) | virtualdefault |
|---|
◆ increment()
| virtual std::error_code llvm::vfs::detail::DirIterImpl::increment ( ) | pure virtual |
|---|
◆ CurrentEntry
The documentation for this struct was generated from the following files:
- include/llvm/Support/VirtualFileSystem.h
- lib/Support/VirtualFileSystem.cpp