feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>
#include <basis/astring.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <mathematics/chaos.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.
Macros | |
#define | LOG(to_print) EMERGENCY_LOG(program_wide_logger().get(), astring(to_print)) |
#define | SHOW_SPLIT(str, low, high) |
Functions | |
astring | show_limits (int min_col, int max_col) |
HOOPLE_MAIN (test_splitter,) | |
#define LOG | ( | to_print | ) | EMERGENCY_LOG(program_wide_logger().get(), astring(to_print)) |
Definition at line 32 of file test_splitter.cpp.
#define SHOW_SPLIT | ( | str, | |
low, | |||
high | |||
) |
Definition at line 52 of file test_splitter.cpp.
HOOPLE_MAIN | ( | test_splitter | ) |
astring show_limits | ( | int | min_col, |
int | max_col | ||
) |
Definition at line 42 of file test_splitter.cpp.