feisty meow concerns codebase  2.140
test_packable_tree.cpp File Reference
#include <application/hoople_main.h>
#include <basis/astring.h>
#include <basis/enhance_cpp.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <filesystem/file_info.h>
#include <loggers/critical_events.h>
#include <loggers/file_logger.h>
#include <mathematics/chaos.h>
#include <nodes/packable_tree.h>
#include <structures/object_packers.h>
#include <structures/string_array.h>
#include <structures/static_memory_gremlin.h>
#include <textual/byte_formatter.h>
#include <textual/string_manipulation.h>
#include <timely/earth_time.h>
#include <timely/time_stamp.h>
#include <unit_test/unit_base.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for test_packable_tree.cpp:

Go to the source code of this file.

Macros

#define LOG(s)   EMERGENCY_LOG(program_wide_logger::get(), s)
 
#define WHERE   __WHERE__.s()
 
#define FUNKIT(str)   basis::a_sprintf("%s: %s", func, basis::astring(str).s())
 

Variables

int compnum = 0
 
const float TEST_RUNTIME_DEFAULT = .02 * MINUTE_ms
 

Macro Definition Documentation

◆ FUNKIT

#define FUNKIT (   str)    basis::a_sprintf("%s: %s", func, basis::astring(str).s())

Definition at line 64 of file test_packable_tree.cpp.

◆ LOG

#define LOG (   s)    EMERGENCY_LOG(program_wide_logger::get(), s)

Definition at line 60 of file test_packable_tree.cpp.

◆ WHERE

#define WHERE   __WHERE__.s()

Definition at line 62 of file test_packable_tree.cpp.

Variable Documentation

◆ compnum

int compnum = 0

Definition at line 67 of file test_packable_tree.cpp.

◆ TEST_RUNTIME_DEFAULT

const float TEST_RUNTIME_DEFAULT = .02 * MINUTE_ms

Definition at line 68 of file test_packable_tree.cpp.