libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
unordered_tuple.cpp File Reference
#include "stdafx.h"
#include <boost/test/included/unit_test.hpp>
#include "core/unordered_tuple.hpp"
Include dependency graph for unordered_tuple.cpp:

Go to the source code of this file.

Classes

struct  base< Mdl >
 
struct  base< Mdl >::hasher
 
struct  int1
 
struct  int2
 
struct  double1
 
struct  extract< T >
 

Macros

#define BOOST_TEST_MODULE   libjmmcg_tests
 

Functions

 BOOST_AUTO_TEST_CASE (ctor)
 
 BOOST_AUTO_TEST_CASE (access_in_order)
 
 BOOST_AUTO_TEST_CASE (access_reverse_order)
 
 BOOST_AUTO_TEST_CASE (access_in_then_reverse_order)
 
 BOOST_AUTO_TEST_CASE (access_reverse_then_in_order)
 

Macro Definition Documentation

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   libjmmcg_tests

Definition at line 21 of file unordered_tuple.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/5]

BOOST_AUTO_TEST_CASE ( access_in_order  )

Definition at line 95 of file unordered_tuple.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/5]

BOOST_AUTO_TEST_CASE ( access_in_then_reverse_order  )

Definition at line 113 of file unordered_tuple.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/5]

BOOST_AUTO_TEST_CASE ( access_reverse_order  )

Definition at line 104 of file unordered_tuple.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/5]

BOOST_AUTO_TEST_CASE ( access_reverse_then_in_order  )

Definition at line 125 of file unordered_tuple.cpp.

◆ BOOST_AUTO_TEST_CASE() [5/5]

BOOST_AUTO_TEST_CASE ( ctor  )

Definition at line 89 of file unordered_tuple.cpp.