Stxxl  1.4.0
Namespaces | Functions
containers/map_test_handlers.h File Reference

This file contains help functions for testing of stxxl::map. More...

#include <stxxl/bits/namespace.h>
Include dependency graph for map_test_handlers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  stxxl
 

<stxxl> library namespace


Functions

template<typename MAPTYPE >
bool stxxl::there (const MAPTYPE &map_, const typename MAPTYPE::key_type &key, const typename MAPTYPE::mapped_type &data)
template<typename MAPTYPE >
bool stxxl::is_equal_end (const MAPTYPE &map_, typename MAPTYPE::const_iterator &iter)
template<typename value_type >
bool stxxl::is_same (value_type &v1, value_type &v2)
template<typename value_type >
bool stxxl::is_same (const value_type &v1, const value_type &v2)
template<typename MAPTYPE >
bool stxxl::not_there (const MAPTYPE &map_, const typename MAPTYPE::key_type &key)
template<typename MAPTYPE >
bool stxxl::is_empty (const MAPTYPE &map_)
template<typename MAPTYPE >
bool stxxl::is_end (MAPTYPE &map_, typename MAPTYPE::iterator &iter)
template<typename MAPTYPE >
bool stxxl::is_end (const MAPTYPE &map_, typename MAPTYPE::const_iterator &iter)
template<typename MAPTYPE >
bool stxxl::is_size (const MAPTYPE &map_, const typename MAPTYPE::size_type size)

Detailed Description

This file contains help functions for testing of stxxl::map.

Definition in file map_test_handlers.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines