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

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_doubly_linked_list,)
 

Variables

const int DEFAULT_ITERATIONS = 50
 

Macro Definition Documentation

◆ CASTER

#define CASTER (   bare_node)    static_cast<const t_node *>(bare_node)

Definition at line 42 of file test_doubly_linked_list.cpp.

◆ LOG

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

Definition at line 45 of file test_doubly_linked_list.cpp.

Typedef Documentation

◆ t_node

typedef basket<int> t_node

Definition at line 39 of file test_doubly_linked_list.cpp.

Function Documentation

◆ HOOPLE_MAIN()

HOOPLE_MAIN ( test_doubly_linked_list  )

Variable Documentation

◆ DEFAULT_ITERATIONS

const int DEFAULT_ITERATIONS = 50

Definition at line 36 of file test_doubly_linked_list.cpp.