feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>
#include <basis/array.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <loggers/file_logger.h>
#include <sockets/span_manager.h>
#include <structures/static_memory_gremlin.h>
#include <unit_test/unit_base.h>
Go to the source code of this file.
Macros | |
#define | LOG(to_print) EMERGENCY_LOG(program_wide_logger().get(), astring(to_print)) |
#define | DEBUG_SPAN_MANAGER |
#define | MAX_SPANS 8 |
#define | INIT_STUFF int_array stuffer; |
#define | STUFF(a, b) |
#define | SEND(send_to) send_to.update(stuffer); stuffer.reset(0); |
#define | COMP(to_compare, i) |
stuffer.number_of_spans = stuff_index / 2; \ old More... | |
Functions | |
HOOPLE_MAIN (test_span_manager,) | |
#define COMP | ( | to_compare, | |
i | |||
) |
stuffer.number_of_spans = stuff_index / 2; \ old
Definition at line 58 of file test_span_manager.cpp.
#define DEBUG_SPAN_MANAGER |
Definition at line 37 of file test_span_manager.cpp.
Definition at line 43 of file test_span_manager.cpp.
#define LOG | ( | to_print | ) | EMERGENCY_LOG(program_wide_logger().get(), astring(to_print)) |
Definition at line 35 of file test_span_manager.cpp.
#define MAX_SPANS 8 |
Definition at line 40 of file test_span_manager.cpp.
#define SEND | ( | send_to | ) | send_to.update(stuffer); stuffer.reset(0); |
Definition at line 53 of file test_span_manager.cpp.
#define STUFF | ( | a, | |
b | |||
) |
Definition at line 46 of file test_span_manager.cpp.
HOOPLE_MAIN | ( | test_span_manager | ) |