clang
6.0.0
|
Classes | |
struct | DirIterImpl |
An interface for virtual file systems to provide an iterator over the (non-recursive) contents of a directory. More... | |
class | InMemoryDirectory |
class | InMemoryNode |
The in memory file system is a tree of Nodes. More... | |
Enumerations | |
enum | InMemoryNodeKind { IME_File, IME_Directory } |
Enumerator | |
---|---|
IME_File | |
IME_Directory |
Definition at line 394 of file VirtualFileSystem.cpp.