IODA
|
This function should list all distinct objects. In the future, this will mean that 1) hard-linked duplicate objects will only be listed once, 2) soft links pointing to the same object will only be traversed once, and 3) multiple external links to the same object will only be traversed once. If you would want to list indistinct objects, then there will be a listLinks function.
Once links are implemented, add an option to auto-resolve soft and external links.
Add a conversion function from the oops::Parameters classes.
extend to UTF-8 strings, as HDF5 supports these. No support for UTF-16, but conversion functions may be applied.
Fix for "const std::string".