2
0
mirror of https://github.com/boostorg/tti.git synced 2026-01-25 06:42:25 +00:00
Files
tti/test/TestHasMember.hpp
Edward Diener a8a106ed91 Updated tests and test data
[SVN r67766]
2011-01-08 00:49:41 +00:00

23 lines
629 B
C++

#if !defined(TEST_HAS_MEMBER_HPP)
#define TEST_HAS_MEMBER_HPP
#include "TestStructs.hpp"
#include <boost/tti/TTIntrospection.hpp>
TTI_HAS_MEMBER(AnInt)
TTI_HAS_MEMBER(VoidFunction)
TTI_TRAIT_HAS_MEMBER(FunctionReturningInt,IntFunction)
TTI_HAS_MEMBER(aFunction)
TTI_TRAIT_HAS_MEMBER(AnotherIntFunction,anotherFunction)
TTI_HAS_MEMBER(sFunction)
TTI_HAS_MEMBER(aMember)
TTI_TRAIT_HAS_MEMBER(CMember,cMem)
TTI_HAS_MEMBER(someDataMember)
TTI_HAS_MEMBER(someFunctionMember)
TTI_HAS_MEMBER(IntBT)
TTI_TRAIT_HAS_MEMBER(NestedData,NestedCT)
TTI_TRAIT_HAS_MEMBER(AOther,OtherAT)
TTI_HAS_MEMBER(ONestStr)
#endif // TEST_HAS_MEMBER_HPP