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

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
 

Macro Definition Documentation

◆ UNIT_BASE_THIS_OBJECT [1/2]

#define UNIT_BASE_THIS_OBJECT   (*dynamic_cast<unit_base *>(application_shell::single_instance()))

Definition at line 144 of file test_tree.cpp.

◆ UNIT_BASE_THIS_OBJECT [2/2]

#define UNIT_BASE_THIS_OBJECT   (*this)

Definition at line 144 of file test_tree.cpp.

Typedef Documentation

◆ applier

typedef void() applier(larch *apply_to)

Definition at line 68 of file test_tree.cpp.

◆ larch

typedef bogotre larch

Definition at line 67 of file test_tree.cpp.

◆ traveller

Definition at line 69 of file test_tree.cpp.

Variable Documentation

◆ test_iterations

const int test_iterations = 20

Definition at line 34 of file test_tree.cpp.