#include <application/hoople_main.h>#include <basis/astring.h>#include <basis/functions.h>#include <basis/guards.h>#include <loggers/program_wide_logger.h>#include <mathematics/chaos.h>#include <nodes/symbol_tree.h>#include <structures/static_memory_gremlin.h>#include <textual/string_manipulation.h>#include <unit_test/unit_base.h>
Go to the source code of this file.
Defines | |
| #define | LOG(to_print) EMERGENCY_LOG(program_wide_logger().get(), astring(to_print)) |
| #define | DEBUG_SYMBOL_TREE |
| #define DEBUG_SYMBOL_TREE |
Definition at line 47 of file test_symbol_tree.cpp.
| #define LOG | ( | to_print | ) | EMERGENCY_LOG(program_wide_logger().get(), astring(to_print)) |
Definition at line 45 of file test_symbol_tree.cpp.
1.6.3