Skip to content

Generate stream operators for classes. Not finished completely.

Notifications You must be signed in to change notification settings

JacobStewart64/CSerializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This little webpage can generate your put-to and take-from operators for a C++ struct.

RESTRICTIONS:

The structs/classes must be plain old data. It does not know the difference between data members and methods.

You can have enums in the struct definition. They will be used correctly in the generated code, you can change the enum and you're good. The generated code should still work.

It is not possible to properly generate code for a pointer to an array without extra information. Pointers must point to a sole type. Arrays must be declared on the stack with a fixed length.

IN THE WORKS:

Generation of individual methods for each data member to write into the file just that data member.

About

Generate stream operators for classes. Not finished completely.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published