feisty meow concerns codebase
2.140
|
#include "entity_data_bin.h"
#include "entity_defs.h"
#include "infoton.h"
#include "tentacle.h"
#include <basis/astring.h>
#include <basis/mutex.h>
#include <loggers/program_wide_logger.h>
#include <structures/set.h>
#include <structures/string_array.h>
#include <structures/amorph.h>
#include <structures/string_hash.h>
#include <textual/parser_bits.h>
#include <timely/time_stamp.h>
Go to the source code of this file.
Namespaces | |
octopi | |
Macros | |
#define | GRAB_LOCK auto_synchronizer l(*_ent_lock) |
#define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
#define | static_class_name() "entity_data_bin" |
#define | DUMP_STATE |
#define | static_class_name() "entity_data_bin" |
#define | static_class_name() "entity_data_bin" |
Functions | |
bool | octopi::text_form_applier (const octopus_entity &formal(key), entity_basket &bask, void *data_link) |
bool | octopi::scramble_applier (const octopus_entity &formal(key), entity_basket &bask, void *data_link) |
bool | octopi::any_item_applier (const octopus_entity &formal(key), entity_basket &bask, void *data_link) |
bool | octopi::cleaning_applier (const octopus_entity &key, entity_basket &bask, void *data_link) |
Variables | |
const int | octopi::OCTOPUS_TABLE_BITS = 6 |
#define DUMP_STATE |
Definition at line 216 of file entity_data_bin.cpp.
#define GRAB_LOCK auto_synchronizer l(*_ent_lock) |
Definition at line 43 of file entity_data_bin.cpp.
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 47 of file entity_data_bin.cpp.
#define static_class_name | ( | ) | "entity_data_bin" |
#define static_class_name | ( | ) | "entity_data_bin" |
#define static_class_name | ( | ) | "entity_data_bin" |