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