Project
Loading...
Searching...
No Matches
o2::conf::SimDLLoader Class Reference

#include <SimDLLoader.h>

Inherits o2::utils::DLLoaderBase< SimDLLoader >.

Additional Inherited Members

- Public Types inherited from o2::utils::DLLoaderBase< SimDLLoader >
enum  Options
 
using handle_t = void
 
using handle_ptr_t = handle_t *
 
using library_t = std::unique_ptr< handle_t, HandleDeleter >
 
- Public Member Functions inherited from o2::utils::DLLoaderBase< SimDLLoader >
bool addLibrary (const std::string &library)
 
bool unloadLibrary (const std::string &library)
 
void reset ()
 
bool hasSymbol (const std::string &library, const std::string &symbol)
 
std::optional< Ret > executeFunction (const std::string &library, const std::string &fname, Args... args)
 
Ret executeFunctionAlias (const std::string &library, const std::string &fname, Args... args)
 
 DLLoaderBase (const DLLoaderBase &)=delete
 
 DLLoaderBase (DLLoaderBase &&)=delete
 
DLLoaderBaseoperator= (const DLLoaderBase &)=delete
 
DLLoaderBaseoperator= (DLLoaderBase &&)=delete
 
- Static Public Member Functions inherited from o2::utils::DLLoaderBase< SimDLLoader >
static SimDLLoader & Instance ()
 
- Protected Member Functions inherited from o2::utils::DLLoaderBase< SimDLLoader >
 DLLoaderBase ()=default
 
 ~DLLoaderBase ()=default
 

Detailed Description

Definition at line 20 of file SimDLLoader.h.


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