2 // (C) Copyright Tobias Schwinger
4 // Use modification and distribution are subject to the boost Software License,
5 // Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
7 //------------------------------------------------------------------------------
9 // no include guards, this file is guarded externally
11 // this file has been generated from the master.hpp file in the same directory
12 namespace boost { namespace function_types {
15 template<class Tag, class RefTag> struct selector_bits
17 BOOST_STATIC_CONSTANT(bits_t, value = (
18 (::boost::function_types::detail::bits<Tag> ::value & 0x00008000)
19 | (::boost::function_types::detail::bits<RefTag> ::value & 802)
22 template<bits_t SelectorBits> struct default_cc_tag;
23 template<class Tag, class RefTag> struct retag_default_cc
24 : detail::compound_tag
25 < Tag, detail::default_cc_tag<
26 ::boost::function_types::detail::selector_bits<Tag,RefTag> ::value > >
28 template<bits_t SelectorBits> struct default_cc_tag
30 typedef null_tag::bits bits;
31 typedef null_tag::mask mask;
34 typedef constant<0x00ff8000> cc_mask_constant;
35 template< > struct default_cc_tag<33282>
37 typedef void ( *tester)();
38 typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits;
39 typedef cc_mask_constant mask;
41 template< > struct default_cc_tag<33026>
43 typedef void ( *tester)( ... );
44 typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits;
45 typedef cc_mask_constant mask;
47 template< > struct default_cc_tag<33312>
49 typedef void (test_class:: *tester)();
50 typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits;
51 typedef cc_mask_constant mask;
53 template< > struct default_cc_tag<33056>
55 typedef void (test_class:: *tester)( ... );
56 typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits;
57 typedef cc_mask_constant mask;
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams