IgANet
IGAnets - Isogeometric Analysis Networks
Loading...
Searching...
No Matches
iganet::DLLoader Class Reference

Dynamic library loader. More...

#include </home/runner/work/iganet/iganet/include/iganet/utils/dlloader.hpp>

Inheritance diagram for iganet::DLLoader:
iganet::utils::FullQualifiedName

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.
 

Detailed Description

Dynamic library loader.

This class implements the dynamic library loader.

Member Data Documentation

◆ libraries

std::map<std::string, std::shared_ptr<DLHandler> > iganet::DLLoader::libraries
private

List of dynamic libraries.


The documentation for this class was generated from the following file: