Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / tti / test / test_mem_type.hpp
1
2 //  (C) Copyright Edward Diener 2011
3 //  Use, modification and distribution are subject to the Boost Software License,
4 //  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5 //  http://www.boost.org/LICENSE_1_0.txt).
6
7 #if !defined(TEST_MEMBER_TYPE_HPP)
8 #define TEST_MEMBER_TYPE_HPP
9
10 #include "test_structs.hpp"
11 #include <boost/tti/member_type.hpp>
12
13 BOOST_TTI_MEMBER_TYPE(AnIntType)
14 BOOST_TTI_TRAIT_MEMBER_TYPE(NameStruct,AStructType)
15 BOOST_TTI_MEMBER_TYPE(AnIntTypeReference)
16 BOOST_TTI_MEMBER_TYPE(BType)
17 BOOST_TTI_TRAIT_MEMBER_TYPE(TheInteger,AnIntegerType)
18 BOOST_TTI_MEMBER_TYPE(CType)
19 BOOST_TTI_MEMBER_TYPE(AnotherIntegerType)
20 BOOST_TTI_TRAIT_MEMBER_TYPE(SomethingElse,someOtherType)
21
22 BOOST_TTI_MEMBER_TYPE(NoExistType)
23
24 #endif // TEST_MEMBER_TYPE_HPP