![]() |
IgANet
IGAnets - Isogeometric Analysis Networks
|
Dynamic library loader. More...
#include </home/runner/work/iganet/iganet/include/iganet/utils/dlloader.hpp>
Private Attributes | |
| std::map< std::string, std::shared_ptr< DLHandler > > | libraries |
| List of dynamic libraries. | |
Additional Inherited Members | |
Protected Member Functions inherited from iganet::utils::FullQualifiedName | |
| virtual | ~FullQualifiedName ()=default |
| virtual const std::string & | name () const noexcept |
| Returns the full qualified name of the object. | |
| virtual void | pretty_print (std::ostream &os=Log(log::info)) const noexcept=0 |
| Returns a string representation. | |
Protected Attributes inherited from iganet::utils::FullQualifiedName | |
| at::optional< std::string > | name_ |
| String storing the full qualified name of the object. | |
Dynamic library loader.
This class implements the dynamic library loader.
|
private |
List of dynamic libraries.