feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>
#include <basis/astring.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <loggers/console_logger.h>
#include <nodes/node.h>
#include <nodes/tree.h>
#include <structures/static_memory_gremlin.h>
#include <unit_test/unit_base.h>
Go to the source code of this file.
Macros | |
#define | UNIT_BASE_THIS_OBJECT (*dynamic_cast<unit_base *>(application_shell::single_instance())) |
#define | UNIT_BASE_THIS_OBJECT (*this) |
Typedefs | |
typedef bogotre | larch |
typedef void() | applier(larch *apply_to) |
typedef tree::iterator | traveller |
Variables | |
const int | test_iterations = 20 |
Definition at line 144 of file test_tree.cpp.
#define UNIT_BASE_THIS_OBJECT (*this) |
Definition at line 144 of file test_tree.cpp.
typedef void() applier(larch *apply_to) |
Definition at line 68 of file test_tree.cpp.
typedef bogotre larch |
Definition at line 67 of file test_tree.cpp.
typedef tree::iterator traveller |
Definition at line 69 of file test_tree.cpp.
const int test_iterations = 20 |
Definition at line 34 of file test_tree.cpp.