12 #ifndef stringKeyFactory_h
13 #define stringKeyFactory_h
16 #include <vlutil/vlString.h>
26 template <
typename T_CreationType>
32 typedef T_CreationType* (*DtCreatorFcn)();
79 template <
typename T_CreationType,
typename T_ConstructorParam>
84 typedef T_CreationType* (*DtCreatorFcn)(T_ConstructorParam);
110 T_ConstructorParam param)
const;
126 #define stringKeyFactory_inl_
127 #include "tdbutil/stringKeyFactory.inl"
128 #undef stringKeyFactory_inl_