feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>
#include <basis/enhance_cpp.h>
#include <basis/functions.h>
#include <basis/astring.h>
#include <filesystem/file_info.h>
#include <loggers/program_wide_logger.h>
#include <loggers/critical_events.h>
#include <mathematics/chaos.h>
#include <timely/time_stamp.h>
#include <unit_test/unit_base.h>
Go to the source code of this file.
Macros | |
#define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Functions | |
byte_array | random_bytes (int length) |
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 31 of file test_file_info.cpp.
byte_array random_bytes | ( | int | length | ) |
Definition at line 50 of file test_file_info.cpp.
Referenced by crypto::ssl_init::ssl_init().