kiss-rpc ~master (2017-11-08T11:45:01Z)
Dub
Repo
MemberAttr
IDL
IdlParseStruct
Undocumented in source.
class
MemberAttr {
this
(string type, string member);
string
getTypeName
();
string
getVarName
();
string
typeName
;
string
memberName
;
bool
isArray
;
bool
isString
;
bool
isClass
;
}
Constructors
this
this
(string type, string member)
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
isArray
bool
isArray
;
Undocumented in source.
isClass
bool
isClass
;
Undocumented in source.
isString
bool
isString
;
Undocumented in source.
memberName
string
memberName
;
Undocumented in source.
typeName
string
typeName
;
Undocumented in source.
Meta
Source
See Implementation
IDL
IdlParseStruct
classes
IdlParseStruct
MemberAttr