ReactOS 0.4.16-dev-336-gb667d82
|
#include "Tests.h"
#include "TestClass.h"
#include "LeakCheck.h"
#include <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"
Go to the source code of this file.
Typedefs | |
typedef EH_STD::__multimap__< TestClass, TestClass, ThrowCompare, eh_allocator(TestClass) > | TestMultiMap |
typedef EH_STD::__map__< TestClass, TestClass, ThrowCompare, eh_allocator(TestClass) > | TestMap |
Functions | |
template<class K , class V , class Comp , class A > | |
multimap_tag | container_category (const EH_STD::__multimap__< K, V, Comp, A > &) |
template<class K , class V , class Comp , class A > | |
map_tag | container_category (const EH_STD::__map__< K, V, Comp, A > &) |
void | test_multimap () |
void | CheckInvariant (const TestMap &m) |
void | test_map () |
typedef EH_STD::__map__<TestClass, TestClass, ThrowCompare, eh_allocator(TestClass) > TestMap |
Definition at line 86 of file test_map.cpp.
typedef EH_STD::__multimap__<TestClass, TestClass, ThrowCompare, eh_allocator(TestClass) > TestMultiMap |
Definition at line 48 of file test_map.cpp.
Definition at line 90 of file test_map.cpp.
|
inline |
Definition at line 43 of file test_map.cpp.
|
inline |
Definition at line 36 of file test_map.cpp.
void test_map | ( | ) |
Definition at line 98 of file test_map.cpp.
Referenced by main().
void test_multimap | ( | ) |
Definition at line 50 of file test_map.cpp.
Referenced by main().