2
0
mirror of https://github.com/boostorg/tti.git synced 2026-01-25 06:42:25 +00:00
Files
tti/test/TestHasTypeCheckTypedef.hpp
Edward Diener 35029182a8 Updated docs and combined has_type
[SVN r68448]
2011-01-26 00:58:45 +00:00

18 lines
491 B
C++

#if !defined(TEST_HAS_TYPE_CHECK_TYPEDEF_HPP)
#define TEST_HAS_TYPE_CHECK_TYPEDEF_HPP
#include "TestStructs.hpp"
#include <boost/tti/TTIntrospection.hpp>
TTI_HAS_TYPE(AnIntType)
TTI_TRAIT_HAS_TYPE(NameStruct,AStructType)
TTI_HAS_TYPE(AnIntTypeReference)
TTI_HAS_TYPE(BType)
TTI_TRAIT_HAS_TYPE(TheInteger,AnIntegerType)
TTI_HAS_TYPE(CType)
TTI_HAS_TYPE(AnotherIntegerType)
TTI_TRAIT_HAS_TYPE(SomethingElse,someOtherType)
TTI_HAS_TYPE(NoOtherType)
#endif // TEST_HAS_TYPE_CHECK_TYPEDEF_HPP