libmoost
/home/mhx/git/github/libmoost/test/container/memory_mapped_dataset.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <boost/filesystem.hpp>
#include <boost/scoped_ptr.hpp>
#include "../../include/moost/testing/error_matcher.hpp"
#include "../../include/moost/container/memory_mapped_dataset.hpp"
Include dependency graph for memory_mapped_dataset.cpp:

Go to the source code of this file.

Classes

struct  scoped_tempfile
struct  test_val
struct  const_hash
struct  test_dataset
struct  test_dataset::writer
class  test_dense_hash_map< HashFcn >

Typedefs

typedef
moost::testing::error_matcher 
matches

Functions

template<class ArchiveType >
void mmd_archive_test (const scoped_tempfile &dsfile)
 BOOST_AUTO_TEST_CASE (test_mmd_archive)
 BOOST_AUTO_TEST_CASE (test_mmd_archive_binary)
 BOOST_AUTO_TEST_CASE (test_mmd_archive_generic)
 BOOST_AUTO_TEST_CASE (test_mmd_vector)
 BOOST_AUTO_TEST_CASE (test_mmd_dense_hash_map)
 BOOST_AUTO_TEST_CASE (test_mmd_dense_hash_map_collision)
 BOOST_AUTO_TEST_CASE (test_mmd_dense_hash_map_full)
 BOOST_AUTO_TEST_CASE (test_mmd_dense_hash_map_variety)
 BOOST_AUTO_TEST_CASE (test_mmd_dense_hash_map_error)

Typedef Documentation


Function Documentation

BOOST_AUTO_TEST_CASE ( test_mmd_archive  )

Definition at line 155 of file memory_mapped_dataset.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_mmd_archive_binary  )

Definition at line 166 of file memory_mapped_dataset.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_mmd_archive_generic  )

Definition at line 177 of file memory_mapped_dataset.cpp.

BOOST_AUTO_TEST_CASE ( test_mmd_vector  )

Definition at line 183 of file memory_mapped_dataset.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_mmd_dense_hash_map  )

Definition at line 297 of file memory_mapped_dataset.cpp.

BOOST_AUTO_TEST_CASE ( test_mmd_dense_hash_map_collision  )

Definition at line 304 of file memory_mapped_dataset.cpp.

BOOST_AUTO_TEST_CASE ( test_mmd_dense_hash_map_full  )

Definition at line 311 of file memory_mapped_dataset.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_mmd_dense_hash_map_variety  )

Definition at line 320 of file memory_mapped_dataset.cpp.

BOOST_AUTO_TEST_CASE ( test_mmd_dense_hash_map_error  )

Definition at line 338 of file memory_mapped_dataset.cpp.

Here is the call graph for this function:

template<class ArchiveType >
void mmd_archive_test ( const scoped_tempfile dsfile)

Definition at line 122 of file memory_mapped_dataset.cpp.

Here is the call graph for this function: