|
clang
3.8.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 104 of file VirtualFileSystem.h.
|
virtual |
Definition at line 318 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 109 of file VirtualFileSystem.h.
1.8.6