Skip to content

Allow generation of header-only code #43

@Chlumsky

Description

@Chlumsky

Make it possible to generate parsers and serializers in inlined form that doesn't need to have its own translation unit. The user should be able to pick between the following modes:

  • Header + source file (current output)
  • Single header with implementation directly inlined in class definition
  • Single header with implementation directly following the class definition in the same file
  • Definition header + inline implementation header which is included at the bottom of the first one

Metadata

Metadata

Assignees

No one assigned

    Labels

    code-generationInvolves generation of parser / serializer codeenhancementEnhancement of existing feature

    Projects

    Status

    Medium Priority

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions