openfoam/applications/test/gravityMeshObject
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
..
case1 RELEASE: Updated headers to v2306 2023-06-28 16:35:48 +01:00
Make ENH: MeshObject: specify name (instead of typeName) 2023-02-01 15:32:14 +00:00
Test-gravityMeshObject.C ENH: define IOobjectList::csorted(), deprecate some sorted() const methods 2023-07-31 20:11:32 +02:00