drmi v0.10.3 (2017-09-07T13:32:28Z)
Dub
Repo
RMIStub
drmi
core
base
class
RMIStub : T(
T
) {
protected
RMIStubCom
com
;
protected
auto
sBuffer
;
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.
sBuffer
auto
sBuffer
;
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
core
base
classes
RMISkeleton
RMIStub
interfaces
RMICom
RMIStubCom