feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>
#include <basis/astring.h>
#include <basis/guards.h>
#include <configuration/application_configuration.h>
#include <loggers/program_wide_logger.h>
#include <mathematics/chaos.h>
#include <nodes/singly_linked_list.h>
#include <structures/static_memory_gremlin.h>
#include <unit_test/unit_base.h>
Go to the source code of this file.
Macros | |
#define | CASTER(bare_node) static_cast<const t_node *>(bare_node) |
#define | LOG(to_print) EMERGENCY_LOG(program_wide_logger::get(), to_print) |
Typedefs | |
typedef basket< int > | t_node |
Functions | |
HOOPLE_MAIN (test_singly_linked_list,) | |
Variables | |
const int | DEFAULT_ITERATIONS = 50 |
Definition at line 41 of file test_singly_linked_list.cpp.
#define LOG | ( | to_print | ) | EMERGENCY_LOG(program_wide_logger::get(), to_print) |
Definition at line 44 of file test_singly_linked_list.cpp.
Definition at line 38 of file test_singly_linked_list.cpp.
HOOPLE_MAIN | ( | test_singly_linked_list | ) |
const int DEFAULT_ITERATIONS = 50 |
Definition at line 35 of file test_singly_linked_list.cpp.