Go to the documentation of this file.
34 #ifndef TTA_PLUGIN_TOOLS_HH
35 #define TTA_PLUGIN_TOOLS_HH
55 PluginTools(
bool lazyResolution =
true,
bool local =
false);
68 const std::string& symbolName, T*& target,
const std::string& module);
71 void importSymbol(
const std::string& symbolName, T*& target);
74 typedef std::vector<std::string>::iterator
VecIter;
75 typedef std::map<std::string, void*>::iterator
MapIter;
76 typedef std::map<std::string, void*>::value_type
ValType;
79 const std::string& symbolName,
const std::string& module =
"");
81 std::string
findModule(
const std::string& module);