CNL  2.0.2 (development)
Compositional Numeric Library
wrapper.h
1 
2 // Copyright John McFarlane 2019.
3 // Distributed under the Boost Software License, Version 1.0.
4 // (See accompanying file ../LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt)
6 
7 #if !defined(CNL_IMPL_WRAPPER_H)
8 #define CNL_IMPL_WRAPPER_H
9 
10 #include "wrapper/binary_arithmetic_operator.h"
11 #include "wrapper/comparison_operator.h"
12 #include "wrapper/declaration.h"
13 #include "wrapper/definition.h"
14 #include "wrapper/digits.h"
15 #include "wrapper/from_rep.h"
16 #include "wrapper/from_value.h"
17 #include "wrapper/inc_dec_operator.h"
18 #include "wrapper/integer.h"
19 #include "wrapper/is_composite.h"
20 #include "wrapper/is_wrapper.h"
21 #include "wrapper/make_wrapper.h"
22 #include "wrapper/numbers.h"
23 #include "wrapper/numeric_limits.h"
24 #include "wrapper/operator_helpers.h"
25 #include "wrapper/operators.h"
26 #include "wrapper/ostream.h"
27 #include "wrapper/rep_of.h"
28 #include "wrapper/rounding.h"
29 #include "wrapper/scale.h"
30 #include "wrapper/set_digits.h"
31 #include "wrapper/set_rep.h"
32 #include "wrapper/set_rounding.h"
33 #include "wrapper/set_tag.h"
34 #include "wrapper/shift_operator.h"
35 #include "wrapper/tag_of.h"
36 #include "wrapper/to_rep.h"
37 #include "wrapper/unary_arithmetic_operator.h"
38 
39 #endif // CNL_IMPL_WRAPPER_H