| Modifier and Type | Method and Description |
|---|---|
static void |
SbeTool.generate(Ir ir,
String outputDirName,
String targetLanguage)
Generate SBE encoding and decoding stubs for a target language.
|
| Modifier and Type | Method and Description |
|---|---|
abstract CodeGenerator |
TargetCodeGenerator.newInstance(Ir ir,
String outputDir)
Get a new
CodeGenerator for the given target language. |
| Constructor and Description |
|---|
Cpp98Generator(Ir ir,
OutputManager outputManager) |
| Constructor and Description |
|---|
CSharpGenerator(Ir ir,
OutputManager outputManager) |
| Constructor and Description |
|---|
JavaGenerator(Ir ir,
OutputManager outputManager) |
| Modifier and Type | Method and Description |
|---|---|
Ir |
IrDecoder.decode() |
| Constructor and Description |
|---|
IrEncoder(ByteBuffer buffer,
Ir ir) |
IrEncoder(String fileName,
Ir ir) |
| Modifier and Type | Method and Description |
|---|---|
Ir |
IrGenerator.generate(MessageSchema schema)
Generate a complete
Ir for a given schema. |
Ir |
IrGenerator.generate(MessageSchema schema,
String namespace)
Generate a complete
Ir for a given schema. |
Copyright © 2013 Real Logic Ltd. All Rights Reserved.