- writeDynObjReqDefinitionCode
void writeDynObjReqDefinitionCode(SourceFile sf)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeEventDgAccessor
void writeEventDgAccessor(SourceFile sf)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeEventDgAlias
void writeEventDgAlias(SourceFile sf)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeNewObjReqDefinitionCode
void writeNewObjReqDefinitionCode(SourceFile sf)
Undocumented in source. Be warned that the author may not have intended to support it.
- writePrivListenerSig
void writePrivListenerSig(SourceFile sf)
Undocumented in source. Be warned that the author may not have intended to support it.
- writePrivListenerStub
void writePrivListenerStub(SourceFile sf)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeRequestCode
void writeRequestCode(SourceFile sf)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeVoidReqDefinitionCode
void writeVoidReqDefinitionCode(SourceFile sf)
Undocumented in source. Be warned that the author may not have intended to support it.
- Type
enum Type
Undocumented in source.
- ReqType
enum ReqType
Undocumented in source.
- name
string name;
Undocumented in source.
- iface
Interface iface;
Undocumented in source.
- since
int since;
Undocumented in source.
- isDtor
bool isDtor;
Undocumented in source.
- description
Description description;
Undocumented in source.
- args
Arg[] args;
Undocumented in source.
- argIfaceTypes
string[] argIfaceTypes;
Undocumented in source.
- ifaceTypeIndex
size_t ifaceTypeIndex;
Undocumented in source.
- type
Type type;
Undocumented in source.
- reqType
ReqType reqType;
Undocumented in source.
- reqRet
Arg reqRet;
Undocumented in source.
- ifaceName
string ifaceName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- reqReturn
Tuple!(Arg, ReqType) reqReturn [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- ifaceTypesAllNull
bool ifaceTypesAllNull [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- nullIfaceTypeLength
size_t nullIfaceTypeLength [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- dMethodName
string dMethodName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- opCodeName
string opCodeName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- onOpCodeName
string onOpCodeName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- dHandlerName
string dHandlerName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- dEvDgType
string dEvDgType [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- cEvName
string cEvName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- signature
string signature [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- writePrivIfaceMsg
void writePrivIfaceMsg(SourceFile sf)
Undocumented in source. Be warned that the author may not have intended to support it.