Class CppDtoGenerator

java.lang.Object
uk.co.real_logic.sbe.generation.cpp.CppDtoGenerator
All Implemented Interfaces:
CodeGenerator

public class CppDtoGenerator extends Object implements CodeGenerator
DTO generator for the CSharp programming language.
  • Constructor Details

    • CppDtoGenerator

      public CppDtoGenerator(Ir ir, OutputManager outputManager)
      Create a new C# DTO CodeGenerator.
      Parameters:
      ir - for the messages and types.
      outputManager - for generating the DTOs to.
  • Method Details

    • generate

      public void generate() throws IOException
      Generate the complete set of types and messages for a schema.
      Specified by:
      generate in interface CodeGenerator
      Throws:
      IOException - if an error is encountered when writing the output.