Class CppDtos

java.lang.Object
uk.co.real_logic.sbe.generation.cpp.CppDtos
All Implemented Interfaces:
TargetCodeGenerator

public class CppDtos extends Object implements TargetCodeGenerator
CodeGenerator factory for C++ DTOs.
  • Constructor Details

    • CppDtos

      public CppDtos()
  • Method Details

    • newInstance

      public CodeGenerator newInstance(Ir ir, String outputDir)
      Get a new CodeGenerator for the given target language.
      Specified by:
      newInstance in interface TargetCodeGenerator
      Parameters:
      ir - describing the message schemas from which code should be generated.
      outputDir - to which the generated code with be written.
      Returns:
      a new instance of a CodeGenerator for the given target language.