#include "simple_entity_registry.h"#include <basis/mutex.h>#include <data_struct/string_hash.cpp>#include <octopus/entity_defs.h>Include dependency graph for simple_entity_registry.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | GRAB_LOCK auto_synchronizer l(*_secure_lock) |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), s); |
Functions | |
| bool | text_form_applier (const istring &formal(key), recognized_entity &info, void *datalink) |
Variables | |
| const int | ENTITY_HASH_BITS = 8 |
| #define GRAB_LOCK auto_synchronizer l(*_secure_lock) |
Definition at line 25 of file simple_entity_registry.cpp.
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s); |
Definition at line 29 of file simple_entity_registry.cpp.
| bool text_form_applier | ( | const istring & | formal(key), | |
| recognized_entity & | info, | |||
| void * | datalink | |||
| ) |
Definition at line 126 of file simple_entity_registry.cpp.
| const int ENTITY_HASH_BITS = 8 |
Definition at line 31 of file simple_entity_registry.cpp.
1.5.1