27#ifndef G2O_DL_WRAPPER_H
28#define G2O_DL_WRAPPER_H
55 int openLibraries(
const std::string& directory,
56 const std::string& pattern =
"");
61 bool openLibrary(
const std::string& filename);
69#if defined(UNIX) || defined(CYGWIN)
70 std::vector<void*> _handles;
72 std::vector<HMODULE> _handles;
Loading libraries during run-time.
DlWrapper & operator=(const DlWrapper &)
std::vector< std::string > _filenames
DlWrapper(const DlWrapper &)