Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

C++ modules can register new types. Note, this is an advanced feature.  The present interface supports simple types, but will be difficult to use for more complex types. An example is found in the file Translator/src/TestModuleNewWriter.cpp. We go through the example here. First a module will define the data type that they want to store - simple structs of basic types are easiest:

...