Methods - Internal

Index

Utility methods

Macros

EnergyModelsLanguageInterfaces.@dlsymMacro
@dlsym(lib, func)

This macro uses dlsym to load a function from a shared library specified by lib and func. It caches the result in a Ref to avoid repeated lookups. If the symbol is already loaded, it returns the cached pointer. Otherwise, it loads the symbol, caches it, and then returns the pointer.

source