classJSONWriterObject

Class used to ensure that each JSON writer writes to a unique file

Extends from ExternalObject.

Information

Class derived from ExternalObject having two local external function definition, named destructor and constructor respectively.

Contents

NameDescription
constructorVerify whether a file writer with the same path exists and cache variable keys
destructorRelease storage and close the external object, write data if needed

Revisions

  • April 15 2019, by Filip Jorissen:
    First implementation.