ReactOS 0.4.16-dev-38-g96c65e9
|
#include "Prefix.h"
#include "nc_alloc.h"
#include <cstdio>
#include <cassert>
#include <iterator>
#include <iostream>
Go to the source code of this file.
Functions | |
template<class T1 , class T2 > | |
EH_BEGIN_NAMESPACE ostream & | operator<< (ostream &s, const pair< T1, T2 > &p) |
template<class C > | |
EH_END_NAMESPACE void | CheckInvariant (const C &) |
template<class Value , class Operation > | |
void | WeakCheck (const Value &v, const Operation &op, long max_iters=2000000) |
template<class Value , class Operation > | |
void | ConstCheck (const Value &v, const Operation &op, long max_iters=2000000) |
template<class Value , class Operation > | |
void | StrongCheck (const Value &v, const Operation &op, long max_iters=2000000) |
Definition at line 52 of file LeakCheck.h.
Referenced by test_copy_construct< T >::operator()(), test_default_construct< T >::operator()(), test_construct_n< T >::operator()(), test_construct_n_instance< T >::operator()(), test_construct_pointer_range< T >::operator()(), test_construct_iter_range< T >::operator()(), test_construct_iter_range_n< T >::operator()(), StrongCheck(), and WeakCheck().
Definition at line 103 of file LeakCheck.h.
Referenced by test_bit_vector(), test_deque(), test_hash_map(), test_hash_multimap(), test_hash_multiset(), test_hash_set(), test_list(), test_map(), test_multimap(), test_multiset(), test_rope(), test_set(), test_slist(), test_string(), and test_vector().
Definition at line 38 of file LeakCheck.h.
Definition at line 145 of file LeakCheck.h.
Referenced by test_bit_vector(), test_deque(), test_list(), test_map(), test_multimap(), test_multiset(), test_set(), test_slist(), and test_vector().
Definition at line 65 of file LeakCheck.h.
Referenced by test_algo(), test_algobase(), test_bit_vector(), test_deque(), test_hash_map(), test_hash_multimap(), test_hash_multiset(), test_hash_set(), test_list(), test_map(), test_multimap(), test_multiset(), test_rope(), test_set(), test_slist(), test_string(), and test_vector().