![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <PosixDlopenLibLoader.hpp>
Inherits LibLoader.
Public Member Functions | |
| PosixDlopenLibLoader () | |
| constructor More... | |
| virtual | ~PosixDlopenLibLoader () |
| virtual destructor More... | |
| virtual void | system_load_library (const std::string &lib) |
| virtual void | set_search_paths (const std::vector< URI > &paths) |
Public Member Functions inherited from LibLoader | |
| LibLoader () | |
| constructor More... | |
| virtual | ~LibLoader () |
| virtual destructor More... | |
| void | load_library (const std::string &lib) |
| void | unload_library (Library &lib) |
Protected Member Functions | |
| void * | call_dlopen (const URI &fpath) |
Private Attributes | |
| std::vector< URI > | m_search_paths |
| paths where to search for the libraries to load More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from LibLoader | |
| static std::string | type_name () |
| Gets the Class name. More... | |
Definition at line 20 of file PosixDlopenLibLoader.hpp.
constructor
Definition at line 31 of file PosixDlopenLibLoader.cpp.
|
virtual |
virtual destructor
Definition at line 37 of file PosixDlopenLibLoader.cpp.
|
protected |
Definition at line 50 of file PosixDlopenLibLoader.cpp.
|
virtual |
class interface to add paths to search for libraries
Implements LibLoader.
Definition at line 43 of file PosixDlopenLibLoader.cpp.
|
virtual |
class interface to load a library depending on the operating system and the library loading algorithm
| LibLoadingError | if loading fails for any reason |
Implements LibLoader.
Definition at line 85 of file PosixDlopenLibLoader.cpp.
|
private |
paths where to search for the libraries to load
Definition at line 47 of file PosixDlopenLibLoader.hpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |