libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include "stdafx.h"
#include <boost/test/included/unit_test.hpp>
#include "core/unordered_tuple.hpp"
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) | |
#define BOOST_TEST_MODULE libjmmcg_tests |
Definition at line 21 of file unordered_tuple.cpp.
BOOST_AUTO_TEST_CASE | ( | access_in_order | ) |
Definition at line 95 of file unordered_tuple.cpp.
BOOST_AUTO_TEST_CASE | ( | access_in_then_reverse_order | ) |
Definition at line 113 of file unordered_tuple.cpp.
BOOST_AUTO_TEST_CASE | ( | access_reverse_order | ) |
Definition at line 104 of file unordered_tuple.cpp.
BOOST_AUTO_TEST_CASE | ( | access_reverse_then_in_order | ) |
Definition at line 125 of file unordered_tuple.cpp.
BOOST_AUTO_TEST_CASE | ( | ctor | ) |
Definition at line 89 of file unordered_tuple.cpp.