openfoam/applications/test/foamToEnsight-check
Mark Olesen 129b738136 ENH: define IOobjectList::csorted(), deprecate some sorted() const methods
- prefer csorted() method for const access since it ensures that the
  return values are also const pointers (for example) even if
  the object itself can be accessed as a non-const.

- the csorted() method already existed for HashTable and
  objectRegistry, but now added to IOobjectList for method name
  consistency (even although the IOobjectList only has a const-access
  version)

ENH: objectRegistry with templated strict lookup

- for lookupClass and csorted/sorted. Allows isType restriction as a
  compile-time specification.
2023-07-31 20:11:32 +02:00
..
Make ENH: direct ensight output of float/double 2022-11-15 17:26:09 +01:00
foamToEnsight-check.C ENH: define IOobjectList::csorted(), deprecate some sorted() const methods 2023-07-31 20:11:32 +02:00