Corrected documentation comment for disabled copy constructors

This commit is contained in:
Henry Weller
2019-05-29 15:58:42 +01:00
parent f7ea836c65
commit fc4d7b92c3
650 changed files with 650 additions and 650 deletions

View File

@ -98,7 +98,7 @@ class compressibleInterPhaseTransportModel
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
compressibleInterPhaseTransportModel
(
const compressibleInterPhaseTransportModel&

View File

@ -56,7 +56,7 @@ class VoFPatchTransfer
{
// Private member functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
VoFPatchTransfer(const VoFPatchTransfer&) = delete;
//- Disallow default bitwise assignment

View File

@ -135,7 +135,7 @@ class VoFSolidificationMeltingSource
template<class RhoFieldType>
void apply(const RhoFieldType& rho, fvMatrix<scalar>& eqn);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
VoFSolidificationMeltingSource
(
const VoFSolidificationMeltingSource&

View File

@ -55,7 +55,7 @@ class relativeVelocityModel
//- Return the list of patchFieldTypes for Udm derived from U
wordList UdmPatchFieldTypes() const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
relativeVelocityModel(const relativeVelocityModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -57,7 +57,7 @@ class departureDiameterModel
{
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
departureDiameterModel(const departureDiameterModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -57,7 +57,7 @@ class departureFrequencyModel
{
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
departureFrequencyModel(const departureFrequencyModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -57,7 +57,7 @@ class nucleationSiteModel
{
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
nucleationSiteModel(const nucleationSiteModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -55,7 +55,7 @@ class partitioningModel
{
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
partitioningModel(const partitioningModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -90,7 +90,7 @@ class phaseForces
{
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
phaseForces(const phaseForces&) = delete;
//- Disallow default bitwise assignment

View File

@ -55,7 +55,7 @@ class saturationModel
{
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
saturationModel(const saturationModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -58,7 +58,7 @@ class wallDependentModel
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
wallDependentModel(const wallDependentModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -94,7 +94,7 @@ class BlendedInterfacialModel
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
BlendedInterfacialModel
(
const BlendedInterfacialModel<ModelType>&

View File

@ -52,7 +52,7 @@ class conductivityModel
{
// Private member functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
conductivityModel(const conductivityModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -53,7 +53,7 @@ class frictionalStressModel
{
// Private member functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
frictionalStressModel(const frictionalStressModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -52,7 +52,7 @@ class granularPressureModel
{
// Private member functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
granularPressureModel(const granularPressureModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -147,7 +147,7 @@ class kineticTheoryModel
void correctNut()
{}
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
kineticTheoryModel(const kineticTheoryModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -52,7 +52,7 @@ class radialModel
{
// Private member functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
radialModel(const radialModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -54,7 +54,7 @@ class viscosityModel
{
// Private member functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
viscosityModel(const viscosityModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -102,7 +102,7 @@ class phasePressureModel
void correctNut()
{}
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
phasePressureModel(const phasePressureModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -58,7 +58,7 @@ class wallDependentModel
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
wallDependentModel(const wallDependentModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -52,7 +52,7 @@ class conductivityModel
{
// Private member functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
conductivityModel(const conductivityModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -53,7 +53,7 @@ class frictionalStressModel
{
// Private member functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
frictionalStressModel(const frictionalStressModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -52,7 +52,7 @@ class granularPressureModel
{
// Private member functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
granularPressureModel(const granularPressureModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -147,7 +147,7 @@ class kineticTheoryModel
void correctNut()
{}
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
kineticTheoryModel(const kineticTheoryModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -52,7 +52,7 @@ class radialModel
{
// Private member functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
radialModel(const radialModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -54,7 +54,7 @@ class viscosityModel
{
// Private member functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
viscosityModel(const viscosityModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -106,7 +106,7 @@ class phasePressureModel
void correctNut()
{}
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
phasePressureModel(const phasePressureModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -81,7 +81,7 @@ class BlendedInterfacialModel
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
BlendedInterfacialModel
(
const BlendedInterfacialModel<modelType>&

View File

@ -159,7 +159,7 @@ class router
DynamicList<label>& route
) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
router(const router&) = delete;
//- Disallow default bitwise assignment

View File

@ -91,7 +91,7 @@ class cellSplitter
const Map<labelList>& cellToCells
) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cellSplitter(const cellSplitter&) = delete;
//- Disallow default bitwise assignment

View File

@ -68,7 +68,7 @@ class edgeStats
direction getNormalDir(const twoDPointCorrector*) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
edgeStats(const edgeStats&) = delete;
//- Disallow default bitwise assignment

View File

@ -74,7 +74,7 @@ class hexBlock
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
hexBlock(const hexBlock&) = delete;
//- Disallow default bitwise assignment

View File

@ -67,7 +67,7 @@ class hexBlock
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
hexBlock(const hexBlock&) = delete;
//- Disallow default bitwise assignment

View File

@ -141,7 +141,7 @@ class sammMesh
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
sammMesh(const sammMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -185,7 +185,7 @@ class starMesh
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
starMesh(const starMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -86,7 +86,7 @@ class extrudedMesh
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
extrudedMesh(const extrudedMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -87,7 +87,7 @@ class extrude2DMesh
//- Find extrusion direction
// void findExtrudeDirection();
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
extrude2DMesh(const extrude2DMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -85,7 +85,7 @@ class patchToPoly2DMesh
void createPolyMeshComponents();
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
patchToPoly2DMesh(const patchToPoly2DMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -70,7 +70,7 @@ class cv2DControls
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cv2DControls(const cv2DControls&) = delete;
//- Disallow default bitwise assignment

View File

@ -158,7 +158,7 @@ private:
const List<DynamicList<label>>& patchOwners
) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
DelaunayMesh(const DelaunayMesh<Triangulation>&) = delete;
//- Disallow default bitwise assignment

View File

@ -123,7 +123,7 @@ private:
labelPairHashSet& receivedVertices
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
DistributedDelaunayMesh
(
const DistributedDelaunayMesh<Triangulation>&

View File

@ -183,7 +183,7 @@ class backgroundMeshDecomposition
//- Build the surface patch and search tree
void buildPatchAndTree();
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
backgroundMeshDecomposition
(
const backgroundMeshDecomposition&

View File

@ -61,7 +61,7 @@ class cellAspectRatioControl
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cellAspectRatioControl(const cellAspectRatioControl&) = delete;
//- Disallow default bitwise assignment

View File

@ -85,7 +85,7 @@ class cellShapeControl
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cellShapeControl(const cellShapeControl&) = delete;
//- Disallow default bitwise assignment

View File

@ -83,7 +83,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cellShapeControlMesh(const cellShapeControlMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -71,7 +71,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cellSizeAndAlignmentControl
(
const cellSizeAndAlignmentControl&

View File

@ -68,7 +68,7 @@ class cellSizeAndAlignmentControls
label& maxPriority
) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cellSizeAndAlignmentControls
(
const cellSizeAndAlignmentControls&

View File

@ -63,7 +63,7 @@ class fileControl
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
fileControl(const fileControl&) = delete;
//- Disallow default bitwise assignment

View File

@ -88,7 +88,7 @@ class searchableSurfaceControl
// const vectorField& ptNormals
// ) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
searchableSurfaceControl(const searchableSurfaceControl&) = delete;
//- Disallow default bitwise assignment

View File

@ -99,7 +99,7 @@ class controlMeshRefinement
pointHit findDiscontinuities(const linePointRef& l) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
controlMeshRefinement(const controlMeshRefinement&) = delete;
//- Disallow default bitwise assignment

View File

@ -91,7 +91,7 @@ class smoothAlignmentSolver
triad& t
) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
smoothAlignmentSolver(const smoothAlignmentSolver&) = delete;
//- Disallow default bitwise assignment

View File

@ -110,7 +110,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cellSizeFunction(const cellSizeFunction&) = delete;
//- Disallow default bitwise assignment

View File

@ -67,7 +67,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cellSizeCalculationType(const cellSizeCalculationType&) = delete;
//- Disallow default bitwise assignment

View File

@ -75,7 +75,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
surfaceCellSizeFunction(const surfaceCellSizeFunction&) = delete;
//- Disallow default bitwise assignment

View File

@ -855,7 +855,7 @@ private:
void writePointPairs(const fileName& fName) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
conformalVoronoiMesh(const conformalVoronoiMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -133,7 +133,7 @@ class featurePointConformer
//- Create the points that will conform to the feature
void createFeaturePoints(DynamicList<Vb>& pts);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
featurePointConformer(const featurePointConformer&) = delete;
//- Disallow default bitwise assignment

View File

@ -125,7 +125,7 @@ class conformationSurfaces
label& featureIndex
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
conformationSurfaces(const conformationSurfaces&) = delete;
//- Disallow default bitwise assignment

View File

@ -209,7 +209,7 @@ class cvControls
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cvControls(const cvControls&) = delete;
//- Disallow default bitwise assignment

View File

@ -68,7 +68,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
faceAreaWeightModel(const faceAreaWeightModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -87,7 +87,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
initialPointsMethod(const initialPointsMethod&) = delete;
//- Disallow default bitwise assignment

View File

@ -70,7 +70,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
relaxationModel(const relaxationModel&) = delete;
//- Disallow default bitwise assignment

View File

@ -59,7 +59,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
searchableBoxFeatures(const searchableBoxFeatures&) = delete;
//- Disallow default bitwise assignment

View File

@ -63,7 +63,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
searchablePlateFeatures(const searchablePlateFeatures&) = delete;
//- Disallow default bitwise assignment

View File

@ -60,7 +60,7 @@ class searchableSurfaceFeatures
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
searchableSurfaceFeatures(const searchableSurfaceFeatures&) = delete;
//- Disallow default bitwise assignment

View File

@ -61,7 +61,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
triSurfaceMeshFeatures(const triSurfaceMeshFeatures&) = delete;
//- Disallow default bitwise assignment

View File

@ -199,7 +199,7 @@ class CV2D
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
CV2D(const CV2D&) = delete;
//- Disallow default bitwise assignment

View File

@ -90,7 +90,7 @@ class shortEdgeFilter2D
labelList& patchSizes
) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
shortEdgeFilter2D(const shortEdgeFilter2D&) = delete;
//- Disallow default bitwise assignment

View File

@ -76,7 +76,7 @@ class mergePolyMesh
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
mergePolyMesh(const mergePolyMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -66,7 +66,7 @@ class mirrorFvMesh
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
mirrorFvMesh(const mirrorFvMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -168,7 +168,7 @@ class meshDualiser
boolList& donePFaces // pFaces visited
) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
meshDualiser(const meshDualiser&) = delete;
//- Disallow default bitwise assignment

View File

@ -71,7 +71,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
dimFieldDecomposer(const dimFieldDecomposer&) = delete;
//- Disallow default bitwise assignment

View File

@ -68,7 +68,7 @@ class lagrangianFieldDecomposer
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
lagrangianFieldDecomposer(const lagrangianFieldDecomposer&) = delete;
//- Disallow default bitwise assignment

View File

@ -125,7 +125,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
pointFieldDecomposer(const pointFieldDecomposer&) = delete;
//- Disallow default bitwise assignment

View File

@ -58,7 +58,7 @@ class ensightAsciiStream
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
ensightAsciiStream(const ensightAsciiStream&) = delete;
//- Disallow default bitwise assignment

View File

@ -57,7 +57,7 @@ class ensightBinaryStream
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
ensightBinaryStream(const ensightBinaryStream&) = delete;
//- Disallow default bitwise assignment

View File

@ -139,7 +139,7 @@ private:
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
ensightMesh(const ensightMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -56,7 +56,7 @@ class ensightStream
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
ensightStream(const ensightStream&) = delete;
//- Disallow default bitwise assignment

View File

@ -70,7 +70,7 @@ class vtkMesh
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
vtkMesh(const vtkMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -71,7 +71,7 @@ class vtkMesh
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
vtkMesh(const vtkMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -68,7 +68,7 @@ class vtkTopo
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
vtkTopo(const vtkTopo&) = delete;
//- Disallow default bitwise assignment

View File

@ -92,7 +92,7 @@ class writeVTK
template<class GeoField>
UPtrList<const GeoField> lookupFields() const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
writeVTK(const writeVTK&) = delete;
//- Disallow default bitwise assignment

View File

@ -212,7 +212,7 @@ protected:
private:
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
vtkPVFoamReader(const vtkPVFoamReader&) = delete;
//- Disallow default bitwise assignment

View File

@ -143,7 +143,7 @@ protected:
private:
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
vtkPVblockMeshReader(const vtkPVblockMeshReader&) = delete;
//- Disallow default bitwise assignment

View File

@ -666,7 +666,7 @@ class vtkPVFoam
word getPartName(const int);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
vtkPVFoam(const vtkPVFoam&) = delete;
//- Disallow default bitwise assignment

View File

@ -293,7 +293,7 @@ class vtkPVblockMesh
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
vtkPVblockMesh(const vtkPVblockMesh&) = delete;
//- Disallow default bitwise assignment

View File

@ -83,7 +83,7 @@ public:
const dictionary&
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
${typeName}FunctionObject(const ${typeName}FunctionObject&) = delete;

View File

@ -105,7 +105,7 @@ public:
const dictionary& dict
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
FUNCTIONOBJECT(const FUNCTIONOBJECT&) = delete;

View File

@ -92,7 +92,7 @@ public:
//- Copy constructor
CLASSNAME(const CLASSNAME&);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
CLASSNAME(const CLASSNAME&) = delete;

View File

@ -98,7 +98,7 @@ public:
//- Copy constructor
CLASSNAME(const CLASSNAME<TemplateArgument>&);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
CLASSNAME(const CLASSNAME<TemplateArgument>&) = delete;

View File

@ -84,7 +84,7 @@ protected:
const scalarField& err
) const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
ODESolver(const ODESolver&) = delete;
//- Disallow default bitwise assignment

View File

@ -103,7 +103,7 @@ private:
//- Update localState_ from any events.
void checkFiles() const;
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
fileMonitor(const fileMonitor&) = delete;
//- Disallow default bitwise assignment

View File

@ -69,7 +69,7 @@ class regExp
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
regExp(const regExp&) = delete;
//- Disallow default bitwise assignment

View File

@ -230,7 +230,7 @@ public:
this->updateTimeIndex();
}
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
subCycle(const subCycle<GeometricField>&) = delete;

View File

@ -143,7 +143,7 @@ class HashTable
//- Construct from key, next pointer and object
inline hashedEntry(const Key&, hashedEntry* next, const T&);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
hashedEntry(const hashedEntry&) = delete;
//- Disallow default bitwise assignment

View File

@ -103,7 +103,7 @@ public:
//- Construct given initial entry
inline DLListBase(link*);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
DLListBase(const DLListBase&) = delete;

View File

@ -98,7 +98,7 @@ public:
//- Construct given initial entry
inline SLListBase(link*);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
SLListBase(const SLListBase&) = delete;

View File

@ -83,7 +83,7 @@ public:
const List& l
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
Histogram(const Histogram&) = delete;

View File

@ -69,7 +69,7 @@ protected:
//- Move constructor which moves the addressing array
explicit inline IndirectListAddressing(List<label>&& addr);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
IndirectListAddressing(const IndirectListAddressing&) = delete;

View File

@ -55,7 +55,7 @@ class NamedEnum
{
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
NamedEnum(const NamedEnum&) = delete;
//- Disallow default bitwise assignment

View File

@ -77,7 +77,7 @@ public:
//- Construct null
CallbackRegistry();
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
CallbackRegistry(const CallbackRegistry&) = delete;

Some files were not shown because too many files have changed in this diff Show More