ReactOS 0.4.16-dev-258-g81860b4
|
#include "Tests.h"
#include <hash_set>
#include "TestClass.h"
#include "LeakCheck.h"
#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_multiset__< TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > | TestMultiSet |
typedef EH_STD::__hash_set__< TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > | TestSet |
Functions | |
multiset_tag | container_category (const TestMultiSet &) |
void | test_hash_multiset () |
set_tag | container_category (const TestSet &) |
void | test_hash_set () |
typedef EH_STD::__hash_multiset__<TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > TestMultiSet |
Definition at line 33 of file test_hash_set.cpp.
typedef EH_STD::__hash_set__<TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > TestSet |
Definition at line 80 of file test_hash_set.cpp.
|
inline |
Definition at line 36 of file test_hash_set.cpp.
Definition at line 83 of file test_hash_set.cpp.
void test_hash_multiset | ( | ) |
Definition at line 41 of file test_hash_set.cpp.
Referenced by main().
void test_hash_set | ( | ) |
Definition at line 88 of file test_hash_set.cpp.
Referenced by main().