|
LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <stdexcept>#include <string>#include <dlfcn.h>Go to the source code of this file.
Classes | |
| class | lsst::base::LibraryException |
| Unable to load library. More... | |
Namespaces | |
| lsst | |
| A base class for image defects. | |
| lsst::base | |
Macros | |
| #define | RTLD_DEEPBIND 0 |
Functions | |
| std::string | lsst::base::libraryExtension () |
| Return filename extension for libraries. More... | |
| std::string | lsst::base::getLibraryFilename (std::string const &name) |
| Get filename for library. More... | |
| bool | lsst::base::canLoadLibrary (std::string const &libName) |
| Return whether we can load a library. More... | |
| template<typename T > | |
| T * | lsst::base::loadSymbol (std::string const &libName, std::string const &symName) |
| Load a symbol from a dynamic library. More... | |
1.8.18