hunt-reflection ~master (2019-11-13T07:39:18Z)
Dub
Repo
InterfaceTypeImpl
witchcraft
impl
interfaces
Undocumented in source.
version(aggressive)
template
InterfaceTypeImpl (
T
) {
template
FieldMixin
(T, string name)
;
template
MethodMixin
(T, string name, size_t overload)
;
mixin
WitchcraftInterface
;
alias
InterfaceTypeImpl
=
InterfaceTypeMixin
!
T
;
class
InterfaceTypeImpl
;
}
Members
Aliases
InterfaceTypeImpl
alias
InterfaceTypeImpl
=
InterfaceTypeMixin
!
T
Undocumented in source.
Classes
InterfaceTypeImpl
class
InterfaceTypeImpl
Undocumented in source.
Mixins
__anonymous
mixin
WitchcraftInterface
Undocumented in source.
Templates
FieldMixin
template
FieldMixin
(T, string name)
Undocumented in source.
MethodMixin
template
MethodMixin
(T, string name, size_t overload)
Undocumented in source.
Meta
Source
See Implementation
witchcraft
impl
interfaces
templates
InterfaceTypeImpl