feisty meow concerns codebase
2.140
|
#include "encryption_wrapper.h"
#include <basis/byte_array.h>
#include <basis/mutex.h>
#include <loggers/program_wide_logger.h>
#include <structures/static_memory_gremlin.h>
Go to the source code of this file.
Namespaces | |
octopi | |
Macros | |
#define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Functions | |
octopi::SAFE_STATIC_CONST (string_array, encryption_wrapper::encryption_classifier,(1, wrap_encryption_classifier)) int encryption_wrapper | |
Variables | |
const char * | octopi::wrap_encryption_classifier [] = { "#octrap" } |
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 29 of file encryption_wrapper.cpp.