clang API Documentation
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. | |
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.
| clang::vfs::detail::DirIterImpl::~DirIterImpl | ( | ) | [virtual] |
Definition at line 255 of file VirtualFileSystem.cpp.
| virtual std::error_code clang::vfs::detail::DirIterImpl::increment | ( | ) | [pure virtual] |
Sets CurrentEntry to the next entry in the directory on success, or returns a system-defined error_code.
Definition at line 109 of file VirtualFileSystem.h.