public class Cpp98Generator extends Object implements CodeGenerator
MESSAGE_HEADER_TYPE| Constructor and Description |
|---|
Cpp98Generator(Ir ir,
OutputManager outputManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
generate()
Generate the complete set of types and messages for a schema.
|
void |
generateMessageHeaderStub() |
List<String> |
generateTypeStubs() |
public Cpp98Generator(Ir ir, OutputManager outputManager) throws IOException
IOExceptionpublic void generateMessageHeaderStub()
throws IOException
IOExceptionpublic List<String> generateTypeStubs() throws IOException
IOExceptionpublic void generate()
throws IOException
CodeGeneratorgenerate in interface CodeGeneratorIOException - if an error is encountered when writing the output.Copyright © 2013 Real Logic Ltd. All Rights Reserved.