I would like to derive from AbaqusIO to add support for some exotic features. For that I need to change private to protected access and move two helpers from the anonymous namespace into the class. I'm also adding a virtual callback to parse sections not recognized by the main parser.
I would like to derive from
AbaqusIO
to add support for some exotic features. For that I need to change private to protected access and move two helpers from the anonymous namespace into the class. I'm also adding a virtual callback to parse sections not recognized by the main parser.