|
clang
5.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 397 of file VirtualFileSystem.cpp.
|
inline |
Definition at line 402 of file VirtualFileSystem.cpp.
|
inlinevirtual |
Definition at line 404 of file VirtualFileSystem.cpp.
|
inline |
Definition at line 406 of file VirtualFileSystem.cpp.
Referenced by clang::vfs::detail::InMemoryDirectory::classof().
|
inline |
Definition at line 405 of file VirtualFileSystem.cpp.
Referenced by clang::vfs::detail::InMemoryDirectory::toString().
|
pure virtual |
Implemented in clang::vfs::detail::InMemoryDirectory.
1.8.6