feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>
#include <basis/guards.h>
#include <filesystem/directory_tree.h>
#include <filesystem/filename.h>
#include <loggers/console_logger.h>
#include <structures/static_memory_gremlin.h>
#include <structures/string_array.h>
#include <textual/string_manipulation.h>
Go to the source code of this file.
Macros | |
#define | LOG(to_print) EMERGENCY_LOG(program_wide_logger::get(), to_print) |
Functions | |
astring | hier_prefix (int depth, int kids) |
#define LOG | ( | to_print | ) | EMERGENCY_LOG(program_wide_logger::get(), to_print) |
Definition at line 31 of file dirtree.cpp.
astring hier_prefix | ( | int | depth, |
int | kids | ||
) |
Definition at line 60 of file dirtree.cpp.