CPP2D
CPP2D copied to clipboard
[External library porting] Make easier to force the semantic of an external class/struct
For now, we can force an object to struct or class, but this is done in the main DPrint file.
It would be better to do it in an external cpp file, easier to extand.
The best is to put it in an external json file.
A first step is done in 117011d2ae2c6b3ec30049aa9407e5cb93c36e8e It is now easier to set the semantic in a (C++) CustomPrinter. Soon in a yaml file.