dynamic_loader.dynamic_class

Undocumented in source.

Public Imports

std.variant
public import std.variant;
std.conv
public import std.conv;
std.traits
public import std.traits;
std.typecons
public import std.typecons;

Members

Aliases

Helper
alias Helper(alias T) = T
Undocumented in source.

Enums

DynamicallyAvailable
enum DynamicallyAvailable
Undocumented in source.

Functions

doesClassMatch
bool doesClassMatch(ClassInfo classInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
getAllDynamicClasses
string[] getAllDynamicClasses()
Undocumented in source. Be warned that the author may not have intended to support it.
isDynamicallyAvailable
bool isDynamicallyAvailable()
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

DynamicClass
interface DynamicClass
Undocumented in source.

Mixin templates

DynamicClassImplementation
mixintemplate DynamicClassImplementation()
Undocumented in source.

Meta