feisty meow concerns codebase  2.140
test_array.cpp File Reference
Include dependency graph for test_array.cpp:

Go to the source code of this file.

Macros

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

Functions

template<class contents >
bool compare_arrays (const array< contents > &a, const array< contents > &b)
 

Variables

const float MAX_TEST_DURATION_ms = 200
 
const int MAX_SIMULTANEOUS_OBJECTS = 42
 
const int MIN_OBJECT = -30
 
const int MAX_OBJECT = 98
 
const int MIN_BLOCK = 100
 
const int MAX_BLOCK = MAX_OBJECT * 2
 
gerkin borgia
 

Macro Definition Documentation

◆ LOG

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

Definition at line 55 of file test_array.cpp.

Function Documentation

◆ compare_arrays()

template<class contents >
bool compare_arrays ( const array< contents > &  a,
const array< contents > &  b 
)

Definition at line 225 of file test_array.cpp.

References basis::array< contents >::length().

Variable Documentation

◆ borgia

gerkin borgia

Definition at line 809 of file test_array.cpp.

◆ MAX_BLOCK

const int MAX_BLOCK = MAX_OBJECT * 2

Definition at line 50 of file test_array.cpp.

◆ MAX_OBJECT

const int MAX_OBJECT = 98

Definition at line 47 of file test_array.cpp.

◆ MAX_SIMULTANEOUS_OBJECTS

const int MAX_SIMULTANEOUS_OBJECTS = 42

Definition at line 44 of file test_array.cpp.

◆ MAX_TEST_DURATION_ms

const float MAX_TEST_DURATION_ms = 200

Definition at line 41 of file test_array.cpp.

◆ MIN_BLOCK

const int MIN_BLOCK = 100

Definition at line 49 of file test_array.cpp.

◆ MIN_OBJECT

const int MIN_OBJECT = -30

Definition at line 46 of file test_array.cpp.