feisty meow concerns codebase
2.140
|
#include "simple_entity_registry.h"
#include <basis/mutex.h>
#include <structures/string_hash.h>
#include <octopus/entity_defs.h>
Go to the source code of this file.
Namespaces | |
octopi | |
Macros | |
#define | GRAB_LOCK auto_synchronizer l(*_secure_lock) |
#define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s); |
Functions | |
bool | octopi::text_form_applier (const astring &formal(key), recognized_entity &info, void *datalink) |
Variables | |
const int | octopi::ENTITY_HASH_BITS = 8 |
#define GRAB_LOCK auto_synchronizer l(*_secure_lock) |
Definition at line 29 of file simple_entity_registry.cpp.
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s); |
Definition at line 33 of file simple_entity_registry.cpp.