Pass-by-value for arguments which are copied.
This potentially saves a second copy compared to using const reference. See Effective Modern C++, Item 41.
Showing
- Applications/DataExplorer/Base/RecentFiles.cpp 4 additions, 2 deletionsApplications/DataExplorer/Base/RecentFiles.cpp
- Applications/DataExplorer/Base/TreeItem.cpp 4 additions, 2 deletionsApplications/DataExplorer/Base/TreeItem.cpp
- Applications/DataExplorer/Base/TreeItem.h 1 addition, 1 deletionApplications/DataExplorer/Base/TreeItem.h
- Applications/DataExplorer/DataView/CondFromRasterDialog.cpp 4 additions, 2 deletionsApplications/DataExplorer/DataView/CondFromRasterDialog.cpp
- Applications/DataExplorer/DataView/CondFromRasterDialog.h 1 addition, 1 deletionApplications/DataExplorer/DataView/CondFromRasterDialog.h
- Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.cpp 8 additions, 5 deletions...ions/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.cpp
- Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.h 1 addition, 1 deletion...ations/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.h
- Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.cpp 12 additions, 7 deletions...ions/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.cpp
- Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.h 1 addition, 1 deletion...ations/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.h
- Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.cpp 8 additions, 6 deletions...ns/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.cpp
- Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.h 1 addition, 1 deletion...ions/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.h
- BaseLib/ConfigTree-impl.h 2 additions, 1 deletionBaseLib/ConfigTree-impl.h
- BaseLib/ConfigTree.cpp 9 additions, 6 deletionsBaseLib/ConfigTree.cpp
- BaseLib/ConfigTree.h 8 additions, 7 deletionsBaseLib/ConfigTree.h
- BaseLib/Histogram.h 5 additions, 4 deletionsBaseLib/Histogram.h
- BaseLib/IO/XmlIO/Qt/XMLQtInterface.cpp 3 additions, 3 deletionsBaseLib/IO/XmlIO/Qt/XMLQtInterface.cpp
- BaseLib/IO/XmlIO/Qt/XMLQtInterface.h 1 addition, 1 deletionBaseLib/IO/XmlIO/Qt/XMLQtInterface.h
- GeoLib/DuplicateGeometry.cpp 5 additions, 5 deletionsGeoLib/DuplicateGeometry.cpp
- GeoLib/DuplicateGeometry.h 3 additions, 3 deletionsGeoLib/DuplicateGeometry.h
- GeoLib/QuadTree.h 19 additions, 10 deletionsGeoLib/QuadTree.h
Loading
Please register or sign in to comment