|
Pyrogenesis
13997
|
#include <map>#include "lib/file/file_system.h"#include "lib/file/common/file_loader.h"#include "lib/file/common/real_directory.h"#include "lib/file/vfs/vfs_path.h"Go to the source code of this file.
Classes | |
| class | VfsFile |
| class | VfsDirectory |
Functions | |
| std::wstring | FileDescription (const VfsFile &file) |
| std::wstring | FileDescriptions (const VfsDirectory &directory, size_t indentLevel) |
| void | DirectoryDescriptionR (std::wstring &descriptions, const VfsDirectory &directory, size_t indentLevel) |
| append each directory's files' description to the given string. More... | |
| void DirectoryDescriptionR | ( | std::wstring & | descriptions, |
| const VfsDirectory & | directory, | ||
| size_t | indentLevel | ||
| ) |
append each directory's files' description to the given string.
Definition at line 198 of file vfs_tree.cpp.
| std::wstring FileDescription | ( | const VfsFile & | file | ) |
Definition at line 166 of file vfs_tree.cpp.
| std::wstring FileDescriptions | ( | const VfsDirectory & | directory, |
| size_t | indentLevel | ||
| ) |
Definition at line 178 of file vfs_tree.cpp.
1.8.5