riverd.builder

Undocumented in source.

Members

Templates

DylibLoaderBuilder
template DylibLoaderBuilder(string handle_name, string[] libs, alias T, bool required = false)

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

DylibTypeBuilder
template DylibTypeBuilder(alias T)

Dynamic Library Type Builder This template combined with a mixin, build automatically the types needed by the dynamic loader. @param T alias to dynfun specific library module

Meta