Corrected documentation comment for disabled copy constructors
This commit is contained in:
@ -74,7 +74,7 @@ class XiReactionRate
|
||||
{
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
XiReactionRate(const XiReactionRate&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -257,7 +257,7 @@ protected:
|
||||
void readAveragingProperties();
|
||||
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
fieldAverage(const fieldAverage&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -80,7 +80,7 @@ private:
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
fieldExpression(const fieldExpression&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -138,7 +138,7 @@ protected:
|
||||
const Type& maxValue
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
fieldMinMax(const fieldMinMax&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -95,7 +95,7 @@ private:
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
fieldsExpression(const fieldsExpression&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -115,7 +115,7 @@ class histogram
|
||||
const scalarField& values
|
||||
) const;
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
histogram(const histogram&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -167,7 +167,7 @@ protected:
|
||||
|
||||
private:
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
nearWallFields(const nearWallFields&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -74,7 +74,7 @@ class processorField
|
||||
{
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
processorField(const processorField&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -116,7 +116,7 @@ private:
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
readFields(const readFields&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -221,7 +221,7 @@ class regionSizeDistribution
|
||||
const coordSet& coords // graph data for bins
|
||||
) const;
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
regionSizeDistribution(const regionSizeDistribution&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -224,7 +224,7 @@ private:
|
||||
//- Do all seeding and tracking
|
||||
void track();
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
streamLine(const streamLine&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -53,7 +53,7 @@ class streamLineParticleCloud
|
||||
{
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
streamLineParticleCloud(const streamLineParticleCloud&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -119,7 +119,7 @@ private:
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
surfaceInterpolate(const surfaceInterpolate&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -167,7 +167,7 @@ private:
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
turbulenceFields(const turbulenceFields&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -108,7 +108,7 @@ class turbulenceIntensity
|
||||
//- File header information
|
||||
virtual void writeFileHeader(const label i);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
turbulenceIntensity(const turbulenceIntensity&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -119,7 +119,7 @@ private:
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
wallHeatFlux(const wallHeatFlux&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -141,7 +141,7 @@ private:
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
wallHeatTransferCoeff(const wallHeatTransferCoeff&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -127,7 +127,7 @@ private:
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
wallShearStress(const wallShearStress&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -74,7 +74,7 @@ class writeCellCentres
|
||||
{
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
writeCellCentres(const writeCellCentres&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -73,7 +73,7 @@ class writeCellVolumes
|
||||
{
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
writeCellVolumes(const writeCellVolumes&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -100,7 +100,7 @@ class yPlus
|
||||
const turbulenceModel& turbModel
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
yPlus(const yPlus&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -137,7 +137,7 @@ class forceCoeffs
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
forceCoeffs(const forceCoeffs&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -260,7 +260,7 @@ protected:
|
||||
//- Helper function to write bin data
|
||||
void writeBins();
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
forces(const forces&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -100,7 +100,7 @@ private:
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
cloudInfo(const cloudInfo&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -62,7 +62,7 @@ class dsmcFields
|
||||
{
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
dsmcFields(const dsmcFields&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -120,7 +120,7 @@ class icoUncoupledKinematicCloud
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
icoUncoupledKinematicCloud(const icoUncoupledKinematicCloud&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -111,7 +111,7 @@ class scalarTransport
|
||||
//- Return the diffusivity field
|
||||
tmp<volScalarField> D(const surfaceScalarField& phi) const;
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
scalarTransport(const scalarTransport&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -93,7 +93,7 @@ private:
|
||||
//- Remove abort file.
|
||||
void removeFile() const;
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
abort(const abort&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -134,7 +134,7 @@ protected:
|
||||
|
||||
private:
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
codedFunctionObject(const codedFunctionObject&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -89,7 +89,7 @@ class removeRegisteredObject
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
removeRegisteredObject(const removeRegisteredObject&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -105,7 +105,7 @@ private:
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
residuals(const residuals&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -68,7 +68,7 @@ class setTimeStepFunctionObject
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
setTimeStepFunctionObject(const setTimeStepFunctionObject&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -119,7 +119,7 @@ private:
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
systemCall(const systemCall&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -89,7 +89,7 @@ class time
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
time(const time&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -98,7 +98,7 @@ class timeActivatedFileUpdate
|
||||
//- Update file
|
||||
void updateFile();
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
timeActivatedFileUpdate(const timeActivatedFileUpdate&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -85,7 +85,7 @@ private:
|
||||
|
||||
// Private member functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
writeDictionary(const writeDictionary&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
@ -129,7 +129,7 @@ private:
|
||||
//- Write the requested registered IO object
|
||||
virtual void writeObject(const regIOobject& obj);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
writeObjects(const writeObjects&) = delete;
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
|
||||
Reference in New Issue
Block a user