clang
6.0.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 398 of file VirtualFileSystem.cpp.
|
inline |
Definition at line 403 of file VirtualFileSystem.cpp.
|
inlinevirtual |
Definition at line 405 of file VirtualFileSystem.cpp.
|
inline |
Definition at line 407 of file VirtualFileSystem.cpp.
References clang::threadSafety::sx::toString().
Referenced by clang::vfs::detail::InMemoryDirectory::classof().
|
inline |
Definition at line 406 of file VirtualFileSystem.cpp.
|
pure virtual |
Implemented in clang::vfs::detail::InMemoryDirectory.