DEFEATURE: pointer dereferencing for HashTable iterator
- this largely reverts 3f0f218d and 4ee65d12. Consistent addressing with support for wrapped pointer types (eg, autoPtr, std::unique_ptr) has proven to be less robust than desired. Thus rescind HashTable iterator '->' dereferencing (from APR-2019).
Showing
- applications/test/HashTable2/Test-HashTable2.C 3 additions, 8 deletionsapplications/test/HashTable2/Test-HashTable2.C
- applications/test/HashTable3/Test-HashTable3.C 1 addition, 0 deletionsapplications/test/HashTable3/Test-HashTable3.C
- applications/utilities/mesh/manipulation/rotateMesh/rotateMesh.C 2 additions, 2 deletions...tions/utilities/mesh/manipulation/rotateMesh/rotateMesh.C
- applications/utilities/miscellaneous/foamFormatConvert/foamFormatConvert.C 3 additions, 3 deletions...ities/miscellaneous/foamFormatConvert/foamFormatConvert.C
- applications/utilities/postProcessing/graphics/PVReaders/vtkPVFoam/vtkPVFoamFields.C 8 additions, 8 deletions...Processing/graphics/PVReaders/vtkPVFoam/vtkPVFoamFields.C
- applications/utilities/preProcessing/mapFields/MapConsistentVolFields.H 3 additions, 3 deletions...tilities/preProcessing/mapFields/MapConsistentVolFields.H
- applications/utilities/preProcessing/mapFields/MapLagrangianFields.H 7 additions, 7 deletions...s/utilities/preProcessing/mapFields/MapLagrangianFields.H
- applications/utilities/preProcessing/mapFields/MapVolFields.H 2 additions, 2 deletions...ications/utilities/preProcessing/mapFields/MapVolFields.H
- applications/utilities/preProcessing/mapFields/UnMapped.H 2 additions, 2 deletionsapplications/utilities/preProcessing/mapFields/UnMapped.H
- applications/utilities/preProcessing/mapFieldsPar/MapLagrangianFields.H 4 additions, 4 deletions...tilities/preProcessing/mapFieldsPar/MapLagrangianFields.H
- applications/utilities/preProcessing/mapFieldsPar/UnMapped.H 2 additions, 2 deletionsapplications/utilities/preProcessing/mapFieldsPar/UnMapped.H
- src/OpenFOAM/containers/HashTables/HashTable/HashTable.H 0 additions, 43 deletionssrc/OpenFOAM/containers/HashTables/HashTable/HashTable.H
- src/OpenFOAM/db/IOobjectList/IOobjectListTemplates.C 1 addition, 1 deletionsrc/OpenFOAM/db/IOobjectList/IOobjectListTemplates.C
- src/OpenFOAM/db/objectRegistry/objectRegistry.C 7 additions, 7 deletionssrc/OpenFOAM/db/objectRegistry/objectRegistry.C
- src/OpenFOAM/db/objectRegistry/objectRegistryTemplates.C 1 addition, 1 deletionsrc/OpenFOAM/db/objectRegistry/objectRegistryTemplates.C
- src/OpenFOAM/meshes/MeshObject/MeshObject.C 6 additions, 6 deletionssrc/OpenFOAM/meshes/MeshObject/MeshObject.C
- src/genericPatchFields/genericFaPatchField/genericFaPatchField.C 15 additions, 15 deletions...ericPatchFields/genericFaPatchField/genericFaPatchField.C
- src/genericPatchFields/genericFvPatchField/genericFvPatchField.C 15 additions, 15 deletions...ericPatchFields/genericFvPatchField/genericFvPatchField.C
- src/genericPatchFields/genericFvsPatchField/genericFvsPatchField.C 15 additions, 15 deletions...icPatchFields/genericFvsPatchField/genericFvsPatchField.C
- src/genericPatchFields/genericPointPatchField/genericPointPatchField.C 15 additions, 15 deletions...tchFields/genericPointPatchField/genericPointPatchField.C
Please register or sign in to comment