clang
3.9.0
|
An interface for virtual file systems to provide an iterator over the (non-recursive) contents of a directory. More...
#include <VirtualFileSystem.h>
Public Member Functions | |
virtual | ~DirIterImpl () |
virtual std::error_code | increment ()=0 |
Sets CurrentEntry to the next entry in the directory on success, or returns a system-defined error_code . More... | |
Public Attributes | |
Status | CurrentEntry |
An interface for virtual file systems to provide an iterator over the (non-recursive) contents of a directory.
Definition at line 112 of file VirtualFileSystem.h.
|
virtual |
Definition at line 335 of file VirtualFileSystem.cpp.
|
pure virtual |
Sets CurrentEntry
to the next entry in the directory on success, or returns a system-defined error_code
.
Status clang::vfs::detail::DirIterImpl::CurrentEntry |
Definition at line 117 of file VirtualFileSystem.h.