kiss-rpc ~master (2017-11-08T11:45:01Z)
Dub
Repo
FunctionAttr
IDL
IdlParseInterface
Undocumented in source.
class
FunctionAttr {
this
(string fileRoutePath, string funcTlp);
string
getFuncName
();
FunctionArg
retValue
;
string
funcName
;
size_t
funcHash
;
FunctionArg
funcArgMap
;
}
Constructors
this
this
(string fileRoutePath, string funcTlp)
Undocumented in source.
Members
Functions
getFuncName
string
getFuncName
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
funcArgMap
FunctionArg
funcArgMap
;
Undocumented in source.
funcHash
size_t
funcHash
;
Undocumented in source.
funcName
string
funcName
;
Undocumented in source.
retValue
FunctionArg
retValue
;
Undocumented in source.
Meta
Source
See Implementation
IDL
IdlParseInterface
classes
FunctionArg
FunctionAttr
IdlParseInterface