|
feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>#include <basis/guards.h>#include <basis/astring.h>#include <loggers/console_logger.h>#include <loggers/file_logger.h>#include <mathematics/chaos.h>#include <structures/byte_hasher.h>#include <structures/hash_table.h>#include <structures/set.h>#include <structures/static_memory_gremlin.h>#include <textual/string_manipulation.h>#include <timely/time_stamp.h>#include <unit_test/unit_base.h>
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 hash_table< int, data_shuttle > | our_hash |
Enumerations | |
| enum | test_actions { FIRST_TEST = 38 , ADD = FIRST_TEST , ADD_ADD , ZAP , ADD_ZAP , ZAP_ADD , FIND , ACQUIRE , FIND_ZAP_ADD , ACQUIRE_ADD_ZAP , FIND_ADD_FIND , RESET , CHECK_SANITY , REHASH , COPY , LAST_TEST = COPY , FIRST_TEST = 38 , ADD = FIRST_TEST , ADD_ADD , ZAP , ADD_ZAP , ZAP_ADD , FIND , ACQUIRE , FIND_ZAP_ADD , ACQUIRE_ADD_ZAP , FIND_ADD_FIND , RESET , CHECK_SANITY , REHASH , COPY , LAST_TEST = COPY } |
Variables | |
| const double | TEST_DURATION = 0.014 * MINUTE_ms |
| const int | MAX_ELEMENTS = 8 |
| hash_table< int, data_shuttle > * | _hang_on = NULL_POINTER |
Definition at line 290 of file test_hash_table.cpp.
| #define UNIT_BASE_THIS_OBJECT (*this) |
Definition at line 290 of file test_hash_table.cpp.
| typedef hash_table<int, data_shuttle> our_hash |
Definition at line 140 of file test_hash_table.cpp.
| enum test_actions |
Definition at line 50 of file test_hash_table.cpp.
| hash_table<int, data_shuttle>* _hang_on = NULL_POINTER |
Definition at line 262 of file test_hash_table.cpp.
| const int MAX_ELEMENTS = 8 |
Definition at line 45 of file test_hash_table.cpp.
| const double TEST_DURATION = 0.014 * MINUTE_ms |
Definition at line 42 of file test_hash_table.cpp.