-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
code-generationInvolves generation of parser / serializer codeInvolves generation of parser / serializer codeenhancementEnhancement of existing featureEnhancement of existing feature
Description
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
Labels
code-generationInvolves generation of parser / serializer codeInvolves generation of parser / serializer codeenhancementEnhancement of existing featureEnhancement of existing feature
Projects
Status
Medium Priority