action-pack ~master (2014-04-08T22:16:14Z)
Dub
Repo
DynamicClassImplementation
dynamic_loader
dynamic_class
Undocumented in source.
mixin template
DynamicClassImplementation () {
Variant
__send__
(string method, string[] arguments);
Variant
__send__
(string method);
}
Members
Functions
__send__
Variant
__send__
(string method, string[] arguments)
Undocumented in source. Be warned that the author may not have intended to support it.
__send__
Variant
__send__
(string method)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dynamic_loader
dynamic_class
aliases
Helper
enums
DynamicallyAvailable
functions
doesClassMatch
getAllDynamicClasses
isDynamicallyAvailable
interfaces
DynamicClass
mixin templates
DynamicClassImplementation