10 #include <vlutil/vlPrint.h>
11 #include <vlutil/vlString.h>
19 template <
typename BrokerType,
typename ProducedType>
24 typedef ProducedType* (*DtObjectTranslatorCreatorFunction)(BrokerType *);
25 typedef ProducedType* (*DtGenericObjectTranslatorCreatorFunction)(BrokerType *,
const DtString &className);
103 typedef std::map<DtString, DtObjectTranslatorCreatorFunction>
StringOtcMap;
113 #define translatorFactory_INL_
114 #include "translatorFactory.inl"
115 #undef translatorFactory_INL_