IdlParseStruct

Undocumented in source.

Members

Functions

createClientCodeForInterface
string createClientCodeForInterface(CODE_LANGUAGE language)
Undocumented in source. Be warned that the author may not have intended to support it.
createClientCodeForService
string createClientCodeForService(CODE_LANGUAGE language)
Undocumented in source. Be warned that the author may not have intended to support it.
createCodeForLanguage
string createCodeForLanguage(CODE_LANGUAGE language)
Undocumented in source. Be warned that the author may not have intended to support it.
createServerCodeForInterface
string createServerCodeForInterface(CODE_LANGUAGE language)
Undocumented in source. Be warned that the author may not have intended to support it.
createServerCodeForService
string createServerCodeForService(CODE_LANGUAGE language)
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
parse
bool parse(string filePath, string name, string structBodys)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

createDeserializeCodeForFlatbuffer
string createDeserializeCodeForFlatbuffer(IdlParseStruct structInfo, string varName, string fbName)
Undocumented in source. Be warned that the author may not have intended to support it.
createSerializeCodeForFlatbuffer
string createSerializeCodeForFlatbuffer(IdlParseStruct structInfo, string varName)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

DeserializeRecursive
uint DeserializeRecursive;
Undocumented in source.
serializeRecursive
uint serializeRecursive;
Undocumented in source.

Variables

memberAttrInfo
MemberAttr[int] memberAttrInfo;
Undocumented in source.
structName
string structName;
Undocumented in source.

Inherited Members

From IdlBaseInterface

parse
bool parse(string filePath, string name, string structBodys)
Undocumented in source.
getName
string getName()
Undocumented in source.
createServerCodeForInterface
string createServerCodeForInterface(CODE_LANGUAGE language)
Undocumented in source.
createServerCodeForService
string createServerCodeForService(CODE_LANGUAGE language)
Undocumented in source.
createClientCodeForService
string createClientCodeForService(CODE_LANGUAGE language)
Undocumented in source.
createClientCodeForInterface
string createClientCodeForInterface(CODE_LANGUAGE language)
Undocumented in source.

Meta