|
feisty meow concerns codebase
2.140
|
#include "directory.h"#include "directory_tree.h"#include "filename.h"#include "filename_list.h"#include "filename_tree.h"#include <basis/functions.h>#include <basis/contracts.h>#include <loggers/program_wide_logger.h>#include <structures/object_packers.h>#include <structures/string_array.h>#include <textual/parser_bits.h>#include <textual/string_manipulation.h>#include <stdio.h>
Go to the source code of this file.
Namespaces | |
| filesystem | |
| A platform independent way to obtain the timestamp of a file. | |
Macros | |
| #define | LOG(to_print) CLASS_EMERGENCY_LOG(program_wide_logger::get(), to_print) |
| #define LOG | ( | to_print | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), to_print) |
Definition at line 41 of file directory_tree.cpp.