#include <boost/preprocessor/repetition/repeat.hpp>
#include <boost/preprocessor/arithmetic/add.hpp>
#include <boost/call_traits.hpp>
#include <boost/detail/binary_search.hpp>
#include <vector>
#include <functional>
#include <algorithm>
#include <utility>
#include <boost/test/detail/suppress_warnings.hpp>
#include <boost/test/detail/enable_warnings.hpp>
Classes | |
class | boost::unit_test::fixed_mapping< Key, Value, Compare > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::unit_test | |
Macros | |
#define | MAX_MAP_SIZE 20 |
#define | CONSTR_DECL_MID(z, i, dummy1) key_param_type key##i, value_param_type v##i, |
#define | CONSTR_BODY_MID(z, i, dummy1) add_pair( key##i, v##i ); |
#define | CONSTR_DECL(z, n, dummy1) |
#define | CONTRUCTORS(n) BOOST_PP_REPEAT( n, CONSTR_DECL, "" ) |
#define CONSTR_BODY_MID | ( | z, | |
i, | |||
dummy1 | |||
) | add_pair( key##i, v##i ); |
#define CONSTR_DECL | ( | z, | |
n, | |||
dummy1 | |||
) |
#define CONSTR_DECL_MID | ( | z, | |
i, | |||
dummy1 | |||
) | key_param_type key##i, value_param_type v##i, |
#define CONTRUCTORS | ( | n | ) | BOOST_PP_REPEAT( n, CONSTR_DECL, "" ) |
#define MAX_MAP_SIZE 20 |