|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "Tests.h"#include "TestClass.h"#include "LeakCheck.h"#include <set>#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"
Go to the source code of this file.
Typedefs | |
| typedef EH_STD::__multiset__< TestClass, ThrowCompare, eh_allocator(TestClass) > | TestMultiSet |
| typedef EH_STD::__set__< TestClass, ThrowCompare, eh_allocator(TestClass) > | TestSet |
Functions | |
| void | test_multiset () |
| multiset_tag | container_category (const TestMultiSet &) |
| set_tag | container_category (const TestSet &) |
| void | test_set () |
Definition at line 34 of file test_set.cpp.
| typedef EH_STD::__set__<TestClass, ThrowCompare, eh_allocator(TestClass) > TestSet |
Definition at line 68 of file test_set.cpp.
|
inline |
Definition at line 37 of file test_set.cpp.
Definition at line 71 of file test_set.cpp.
| void test_multiset | ( | ) |
Definition at line 41 of file test_set.cpp.
Referenced by main().
| void test_set | ( | ) |
Definition at line 75 of file test_set.cpp.
Referenced by main().