18 static nt::opConstructor getOpConstructor(std::string name);
19 static const std::optional<op::OpInfo> getOpInfo(std::string name);
20 static std::vector<OpInfo> getData();
21 static boost::filesystem::path findPlugin(
const std::string& undecoratedLibName);
23 static void initPlugins();
25 static std::vector<OpInfo> opInfoStore_;