Jump to content

SOM:Emitter: Difference between revisions

From NikiWiki
Prokushev (talk | contribs)
No edit summary
(No difference)

Revision as of 07:01, 4 November 2004

Emitter is a subclass of SOMTEmitC class. Emitter used to produce output file using template file from object graph of Interface Definetion Language file. Phisicallt emitter represented as DLL with name EMIT<identificator>.DLL. For C headers emith.dll emitter DLL is used. For C++ headers emitxh.dll emitter DLL is used. Emitter DLL containg only one entry with ordinal 1 and name 'emit'.

SOMEXTERN FILE * SOMLINK emitSL(char *file, Entry * cls, Stab * stab);