-
- Downloads
ENH/COMP: provide graphConstRow accessor
- the previous code used a dual-purposed graphRow for non-const/const access. However, clang 4.0 rightly identifies there being no constructor path from "graphRow<T>" to a "graphRow<const T>". Since the row-access is a somewhat similar concept to an STL-iterator, now provide non-const and const versions of the row access.
parent
1e8698bc
No related branches found
No related tags found
Showing
- meshLibrary/utilities/containers/VRWGraph/VRWGraph.H 3 additions, 2 deletionsmeshLibrary/utilities/containers/VRWGraph/VRWGraph.H
- meshLibrary/utilities/containers/VRWGraph/VRWGraphI.H 8 additions, 6 deletionsmeshLibrary/utilities/containers/VRWGraph/VRWGraphI.H
- meshLibrary/utilities/containers/graphRow/graphConstRow.H 132 additions, 0 deletionsmeshLibrary/utilities/containers/graphRow/graphConstRow.H
- meshLibrary/utilities/containers/graphRow/graphConstRowI.H 130 additions, 0 deletionsmeshLibrary/utilities/containers/graphRow/graphConstRowI.H
- meshLibrary/utilities/containers/graphRow/graphRow.H 19 additions, 24 deletionsmeshLibrary/utilities/containers/graphRow/graphRow.H
- meshLibrary/utilities/containers/graphRow/graphRowI.H 26 additions, 37 deletionsmeshLibrary/utilities/containers/graphRow/graphRowI.H
- meshLibrary/utilities/containers/subGraph/subGraph.H 2 additions, 1 deletionmeshLibrary/utilities/containers/subGraph/subGraph.H
- meshLibrary/utilities/containers/subGraph/subGraphI.H 1 addition, 1 deletionmeshLibrary/utilities/containers/subGraph/subGraphI.H
Please register or sign in to comment