clang
3.9.0
|
The in memory file system is a tree of Nodes. More...
Public Member Functions | |
InMemoryNode (Status Stat, InMemoryNodeKind Kind) | |
virtual | ~InMemoryNode () |
const Status & | getStatus () const |
InMemoryNodeKind | getKind () const |
virtual std::string | toString (unsigned Indent) const =0 |
The in memory file system is a tree of Nodes.
Every node can either be a file or a directory.
Definition at line 411 of file VirtualFileSystem.cpp.
|
inline |
Definition at line 416 of file VirtualFileSystem.cpp.
|
inlinevirtual |
Definition at line 418 of file VirtualFileSystem.cpp.
|
inline |
Definition at line 420 of file VirtualFileSystem.cpp.
Referenced by clang::vfs::detail::InMemoryDirectory::classof().
|
inline |
Definition at line 419 of file VirtualFileSystem.cpp.
|
pure virtual |
Implemented in clang::vfs::detail::InMemoryDirectory.