|
clang
5.0.0
|
An interface for virtual file systems to provide an iterator over the (non-recursive) contents of a directory. More...
#include "clang/Basic/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 132 of file VirtualFileSystem.h.
|
virtual |
Definition at line 321 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 139 of file VirtualFileSystem.h.
1.8.6