IdlParseInterface

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.
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.

Variables

filePath
string filePath;
Undocumented in source.
funcIndex
int funcIndex;
Undocumented in source.
functionList
FunctionAttr[int] functionList;
Undocumented in source.
interfaceName
string interfaceName;
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