|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "Tests.h"#include "TestClass.h"#include "LeakCheck.h"#include <hash_map>#include "test_construct.h"#include "test_assign_op.h"#include "test_push_back.h"#include "test_insert.h"#include "test_push_front.h"#include "ThrowCompare.h"#include "test_hash_resize.h"
Go to the source code of this file.
Typedefs | |
| typedef EH_STD::__hash_multimap__< TestClass, TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > | TestMultiMap |
| typedef EH_STD::__hash_map__< TestClass, TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > | TestMap |
Functions | |
| multimap_tag | container_category (const TestMultiMap &) |
| void | test_hash_multimap () |
| map_tag | container_category (const TestMap &) |
| void | test_hash_map () |
| typedef EH_STD::__hash_map__<TestClass, TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > TestMap |
Definition at line 85 of file test_hash_map.cpp.
| typedef EH_STD::__hash_multimap__<TestClass, TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > TestMultiMap |
Definition at line 38 of file test_hash_map.cpp.
Definition at line 88 of file test_hash_map.cpp.
|
inline |
Definition at line 42 of file test_hash_map.cpp.
| void test_hash_map | ( | ) |
Definition at line 93 of file test_hash_map.cpp.
Referenced by main().
| void test_hash_multimap | ( | ) |
Definition at line 46 of file test_hash_map.cpp.
Referenced by main().