Functions | |
std::string | findPluginLibrary (const std::string &name) |
Find the absolute path to a library named name. More... | |
bool | loadPlugin (const std::string &lib, ProblemSolver *ps) |
Load a plugin into ProblemSolver. More... | |
std::string hpp::core::plugin::findPluginLibrary | ( | const std::string & | name | ) |
Find the absolute path to a library named name.
name |
std::invalid_argument | if not valid file found. |
bool hpp::core::plugin::loadPlugin | ( | const std::string & | lib, |
ProblemSolver * | ps | ||
) |
Load a plugin into ProblemSolver.
ps