Interface for a dynamic library loader.
More...
Interface for a dynamic library loader.
Definition at line 63 of file GlibDynamicLibraryLoader.cc.
◆ GlibDynamicLibraryLoader()
| Arcane::GlibDynamicLibraryLoader::GlibDynamicLibraryLoader |
( |
| ) |
|
|
inline |
◆ _tryOpen()
◆ build()
| void Arcane::GlibDynamicLibraryLoader::build |
( |
| ) |
|
|
inlineoverridevirtual |
◆ closeLibraries()
| void Arcane::GlibDynamicLibraryLoader::closeLibraries |
( |
| ) |
|
|
inlineoverridevirtual |
◆ open()
Loads a dynamic library.
Loads the library named name which is located in the directory directory. Returns a null pointer if the library cannot be loaded. name must be a name without prefix and without machine-dependent extension. For example, on linux, if the library is libtoto.so, name must be toto.
Implements Arcane::IDynamicLibraryLoader.
Definition at line 77 of file GlibDynamicLibraryLoader.cc.
◆ removeInstance()
◆ m_is_verbose
| bool Arcane::GlibDynamicLibraryLoader::m_is_verbose = false |
|
private |
◆ m_opened_libraries
The documentation for this class was generated from the following file: