Searched refs:BOOST_TTI_TRAIT_HAS_CLASS (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/tti/test/ |
D | test_has_class.hpp | 14 BOOST_TTI_TRAIT_HAS_CLASS(NameStruct,AStructType) 17 BOOST_TTI_TRAIT_HAS_CLASS(TheInteger,AnIntegerType) 20 BOOST_TTI_TRAIT_HAS_CLASS(SomethingElse,someOtherType) 23 BOOST_TTI_TRAIT_HAS_CLASS(EInB,BTypeEnum) 25 BOOST_TTI_TRAIT_HAS_CLASS(AnotherE,AnotherEnumTtype) 26 BOOST_TTI_TRAIT_HAS_CLASS(EClass,AnEnumClassType) 29 BOOST_TTI_TRAIT_HAS_CLASS(SimpleUT,AnUnion) 32 BOOST_TTI_TRAIT_HAS_CLASS(UnionType,UNStruct)
|
/third_party/boost/boost/tti/ |
D | has_class.hpp | 94 #define BOOST_TTI_TRAIT_HAS_CLASS(trait,name) \ macro 177 BOOST_TTI_TRAIT_HAS_CLASS \
|
/third_party/boost/libs/tti/doc/html/ |
D | standalone_HTML.manifest | 56 BOOST_TTI_TRAIT_HAS_CLASS.html
|
/third_party/boost/libs/tti/doc/ |
D | tti_detail_has_type.qbk | 222 complex macros form of BOOST_TTI_TRAIT_HAS_CLASS(trait,name),
|