kiss-rpc ~master (2017-11-08T11:45:01Z)
Dub
Repo
FunctionArg
IDL
IdlParseInterface
Undocumented in source.
class
FunctionArg {
this
(string type, string var);
string
getVarName
();
string
getTypeName
();
string
typeName
;
string
varName
;
}
Constructors
this
this
(string type, string var)
Undocumented in source.
Members
Functions
getTypeName
string
getTypeName
()
Undocumented in source. Be warned that the author may not have intended to support it.
getVarName
string
getVarName
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
typeName
string
typeName
;
Undocumented in source.
varName
string
varName
;
Undocumented in source.
Meta
Source
See Implementation
IDL
IdlParseInterface
classes
FunctionArg
FunctionAttr
IdlParseInterface