ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

test_insert.h File Reference
#include "Prefix.h"
#include <utility>
#include <vector>
#include <cassert>
#include <climits>
#include "random_number.h"
#include "nc_alloc.h"
#include "ThrowCompare.h"

Go to the source code of this file.

Data Structures

struct  container_tag
struct  sequence_container_tag
struct  associative_container_tag
struct  set_tag
struct  multiset_tag
struct  map_tag
struct  multimap_tag
struct  identity< _Tp >
struct  select1st< _Pair >
struct  test_insert_one< C >
struct  test_insert_n< C >
struct  test_insert_value< C >
struct  test_insert_noresize< C >
struct  test_insert_range< C, Iter >

Functions

template<class C , class Iter >
size_t CountNewItems (const C &, const Iter &firstNew, const Iter &lastNew, sequence_container_tag)
template<class C , class Iter >
size_t CountNewItems (const C &c, const Iter &firstNew, const Iter &lastNew, multimap_tag)
template<class C , class Iter >
size_t CountNewItems (const C &c, const Iter &firstNew, const Iter &lastNew, multiset_tag)
template<class C , class Iter , class KeyOfValue >
size_t CountUniqueItems_Aux (const C &original, Iter firstNew, Iter lastNew, const KeyOfValue &keyOfValue)
template<class C , class Iter >
EH_END_NAMESPACE size_t CountUniqueItems (const C &original, const Iter &firstNew, const Iter &lastNew, set_tag)
template<class C , class Iter >
size_t CountUniqueItems (const C &original, const Iter &firstNew, const Iter &lastNew, map_tag)
template<class C , class Iter >
size_t CountNewItems (const C &original, const Iter &firstNew, const Iter &lastNew, map_tag)
template<class C , class Iter >
size_t CountNewItems (const C &original, const Iter &firstNew, const Iter &lastNew, set_tag)
template<class C , class SrcIter >
void VerifyInsertion (const C &original, const C &result, const SrcIter &firstNew, const SrcIter &lastNew, size_t, associative_container_tag)
template<class C , class SrcIter >
void VerifyInsertion (const C &original, const C &result, const SrcIter &firstNew, const SrcIter &lastNew, size_t, set_tag)
template<class C , class SrcIter >
void VerifyInsertion (const C &original, const C &result, const SrcIter &firstNew, const SrcIter &lastNew, size_t, multiset_tag)
template<class C , class SrcIter >
void VerifyInsertion (const C &original, const C &result, const SrcIter &firstNew, const SrcIter &lastNew, size_t, map_tag)
template<class C , class SrcIter >
void VerifyInsertion (const C &original, const C &result, const SrcIter &firstNew, const SrcIter &lastNew, size_t, multimap_tag)
template<class C , class SrcIter >
void VerifyInsertion (const C &original, const C &result, const SrcIter &firstNew, const SrcIter &lastNew, size_t insPos, sequence_container_tag)
template<class C , class SrcIter >
void VerifyInsertion (const C &original, const C &result, const SrcIter &firstNew, const SrcIter &lastNew, size_t insPos)
template<class C , class Value >
void VerifyInsertN (const C &original, const C &result, size_t insCnt, const Value &val, size_t insPos)
template<class C >
void prepare_insert_n (C &, size_t)
void MakeRandomValue (bool &b)
template<class T >
void MakeRandomValue (T &)
template<class C , class Position , class Iter >
void do_insert_range (C &c_inst, Position offset, Iter first, Iter last, sequence_container_tag)
template<class C , class Position , class Iter >
void do_insert_range (C &c, Position, Iter first, Iter last, associative_container_tag)
template<class C , class Position , class Iter >
void do_insert_range (C &c, Position, Iter first, Iter last, multiset_tag)
template<class C , class Position , class Iter >
void do_insert_range (C &c, Position, Iter first, Iter last, multimap_tag)
template<class C , class Position , class Iter >
void do_insert_range (C &c, Position, Iter first, Iter last, set_tag)
template<class C , class Position , class Iter >
void do_insert_range (C &c, Position, Iter first, Iter last, map_tag)
template<class C , class Iter >
test_insert_range< C, Iter > insert_range_tester (const C &orig, const Iter &first, const Iter &last)
template<class C , class Iter >
test_insert_range< C, Iter > insert_range_at_begin_tester (const C &orig, const Iter &first, const Iter &last)
template<class C , class Iter >
test_insert_range< C, Iter > insert_range_at_end_tester (const C &orig, const Iter &first, const Iter &last)

Generated on Sun May 27 2012 06:03:01 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.