5 #ifndef ASGTOOLS_ASGTOOLSSTANDALONEDICT_H
6 #define ASGTOOLS_ASGTOOLSSTANDALONEDICT_H
9 # pragma GCC diagnostic ignored "-Wdeprecated-declarations"
27 #define SETPROPERTY_INSTAN( TYPE ) \
28 template StatusCode asg::AsgComponent::setProperty< TYPE >( const std::string&, const TYPE& )
58 #undef SETPROPERTY_INSTAN
61 struct ASGTOOLSSTANDALONEDICT_INSTANTIATIONS {
62 std::vector<std::string> type1;
63 std::map<std::string, std::vector<std::string> > type2;
64 std::map<std::string, asg::details::AsgComponentPrivateToolConfig> type3;
68 #endif // not ASGTOOLS_ASGTOOLSDICT_H