|
OpenEnroth da9191a
|
#include "FileSystemDump.h"#include <cstdio>#include <iomanip>#include <ranges>#include <utility>#include <string>#include <vector>#include "Utility/String/Ascii.h"#include "Utility/String/Format.h"Classes | |
| class | FileSystemDumper |
Functions | |
| std::vector< FileSystemDumpEntry > | dumpFileSystem (FileSystem *fs, FileSystemDumpFlags flags, int maxEntries) |
| void | dumpFileSystem (FILE *stream, FileSystem *fs, FileSystemDumpFlags flags, int maxEntries) |
| void | PrintTo (const FileSystemDumpEntry &entry, std::ostream *stream) |
| void dumpFileSystem | ( | FILE * | stream, |
| FileSystem * | fs, | ||
| FileSystemDumpFlags | flags, | ||
| int | maxEntries | ||
| ) |
| std::vector< FileSystemDumpEntry > dumpFileSystem | ( | FileSystem * | fs, |
| FileSystemDumpFlags | flags, | ||
| int | maxEntries | ||
| ) |
| void PrintTo | ( | const FileSystemDumpEntry & | entry, |
| std::ostream * | stream | ||
| ) |