drmi v0.4.3 (2017-08-06T19:35:08Z)
Dub
Repo
RMIStub
drmi
base
class
RMIStub : T(
T
) {
protected
RMIStubCom
com
;
this
(RMIStubCom com);
mixin
overrideIface
;
}
Constructors
this
this
(RMIStubCom com)
Members
Mixins
__anonymous
mixin
overrideIface
Undocumented in source.
Variables
com
RMIStubCom
com
;
Undocumented in source.
Mixed In Members
From
mixin
overrideIface
__anonymous
mixin
impl
!(
staticMap
!(
getOverloads
,
__traits
(
derivedMembers
,
T
)))
Undocumented in source.
Meta
Source
See Implementation
drmi
base
classes
RMISkeleton
RMIStub
interfaces
RMICom
RMIStubCom