openfoam/applications/utilities/postProcessing/graphics/PVReaders/foamReader/library
Mark Olesen 7c1190f0b1 ENH: rationalize some string methods.
- silently deprecate 'startsWith', 'endsWith' methods
  (added in 2016: 2b14360662), in favour of
  'starts_with', 'ends_with' methods, corresponding to C++20 and
  allowing us to cull then in a few years.

- handle single character versions of starts_with, ends_with.

- add single character version of removeEnd and silently deprecate
  removeTrailing which did the same thing.

- drop the const versions of removeRepeated, removeTrailing.
  Unused and with potential confusion.

STYLE: use shrink_to_fit(), erase()
2019-11-11 18:50:00 +01:00
..
Make COMP: adjust common paraview library name to vtkPVFoamCommon 2019-11-11 11:21:45 +01:00
vtkPVFoam.C ENH: rationalize some string methods. 2019-11-11 18:50:00 +01:00
vtkPVFoam.H COMP: restructure paraview reader files, add paraview-5.7 guards 2019-11-05 09:14:37 +01:00
vtkPVFoamFields.C COMP: restructure paraview reader files, add paraview-5.7 guards 2019-11-05 09:14:37 +01:00
vtkPVFoamFieldTemplates.C COMP: restructure paraview reader files, add paraview-5.7 guards 2019-11-05 09:14:37 +01:00
vtkPVFoamMesh.C ENH: rationalize some string methods. 2019-11-11 18:50:00 +01:00
vtkPVFoamMeshLagrangian.C COMP: restructure paraview reader files, add paraview-5.7 guards 2019-11-05 09:14:37 +01:00
vtkPVFoamMeshVolume.C COMP: restructure paraview reader files, add paraview-5.7 guards 2019-11-05 09:14:37 +01:00
vtkPVFoamUpdateInfo.C COMP: restructure paraview reader files, add paraview-5.7 guards 2019-11-05 09:14:37 +01:00
vtkPVFoamUpdateTemplates.C COMP: restructure paraview reader files, add paraview-5.7 guards 2019-11-05 09:14:37 +01:00