27 #ifndef G2O_DL_WRAPPER_H 28 #define G2O_DL_WRAPPER_H 54 int openLibraries(
const std::string& directory,
const std::string& pattern =
"");
59 bool openLibrary(
const std::string& filename);
67 # if defined (UNIX) || defined(CYGWIN) 68 std::vector<void*> _handles;
69 # elif defined (WINDOWS) 70 std::vector<HMODULE> _handles;
Loading libraries during run-time.
std::vector< std::string > _filenames