DylibLoaderBuilder

Dynamic Library Loader Builder This template combined with a mixin, build automatically a dynamic loader for a specific library. @param handle_name handle name, normally the library name @param libs possible libraries names array @param T alias to dynfun specific library module @param required strictly require, otherwise throw an exception

template DylibLoaderBuilder (
string handle_name
string[] libs
bool required = false
) {}

Members

Functions

_buildLoader
string _buildLoader()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

DylibLoaderBuilder
enum DylibLoaderBuilder;
Undocumented in source.

Meta