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

@ -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;

View File

@ -156,7 +156,7 @@ public:
)
{}
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
OSHA1stream(const OSHA1stream&) = delete;

View File

@ -155,7 +155,7 @@ public:
empty_(false)
{}
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
compound(const compound&) = delete;

View File

@ -80,7 +80,7 @@ public:
// Constructors
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
calcEntry(const calcEntry&) = delete;

View File

@ -157,7 +157,7 @@ public:
// Constructors
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
codeStream(const codeStream&) = delete;

View File

@ -78,7 +78,7 @@ public:
//- Construct from keyword, parent dictionary and Istream
functionEntry(const word&, const dictionary&, Istream&);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
functionEntry(const functionEntry&) = delete;

View File

@ -93,7 +93,7 @@ public:
// Constructors
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
ifEntry(const ifEntry&) = delete;

View File

@ -163,7 +163,7 @@ public:
// Constructors
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
ifeqEntry(const ifeqEntry&) = delete;

View File

@ -95,7 +95,7 @@ public:
// Constructors
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
includeEntry(const includeEntry&) = delete;

View File

@ -103,7 +103,7 @@ public:
// Constructors
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
includeEtcEntry(const includeEtcEntry&) = delete;

View File

@ -67,7 +67,7 @@ public:
// Constructors
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
includeIfPresentEntry(const includeIfPresentEntry&) = delete;

View File

@ -94,7 +94,7 @@ public:
// Constructors
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
inputModeEntry(const inputModeEntry&) = delete;

View File

@ -84,7 +84,7 @@ public:
// Constructors
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
negEntry(const negEntry&) = delete;

View File

@ -73,7 +73,7 @@ public:
// Constructors
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
removeEntry(const removeEntry&) = delete;

View File

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

View File

@ -70,7 +70,7 @@ public:
// the libraries to load
dlLibraryTable(const dictionary&, const word&);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
dlLibraryTable(const dlLibraryTable&) = delete;

View File

@ -172,7 +172,7 @@ public:
const word& codeDirName = ""
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
dynamicCode(const dynamicCode&) = delete;

View File

@ -100,7 +100,7 @@ public:
const bool loadFromFile = false
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
IOOutputFilter(const IOOutputFilter&) = delete;

View File

@ -183,7 +183,7 @@ public:
return autoPtr<functionObject>(nullptr);
}
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
functionObject(const functionObject&) = delete;

View File

@ -130,7 +130,7 @@ public:
const bool execution=true
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
functionObjectList(const functionObjectList&) = delete;
//- Construct and return a functionObjectList for an application.

View File

@ -97,7 +97,7 @@ public:
const word& prefix
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
logFiles(const logFiles&) = delete;

View File

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

View File

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

View File

@ -85,7 +85,7 @@ public:
const word& prefix
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
writeFile(const writeFile&) = delete;

View File

@ -121,7 +121,7 @@ public:
const Switch& logRef
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
writeLocalObjects(const writeLocalObjects&) = delete;

View File

@ -128,7 +128,7 @@ public:
const Switch& logRef
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
writeObjectsBase(const writeObjectsBase&) = delete;

View File

@ -71,7 +71,7 @@ public:
//- Construct for the given objectRegistry and named cloud instance
cloud(const objectRegistry&, const word& cloudName = defaultName);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cloud(const cloud&) = delete;

View File

@ -68,7 +68,7 @@ public:
targetPatch_(target)
{}
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
pointPatchFieldMapperPatchRef
(
const pointPatchFieldMapperPatchRef&

View File

@ -85,7 +85,7 @@ public:
//- Construct from components
interpolationWeights(const scalarField& samples);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
interpolationWeights(const interpolationWeights&) = delete;

View File

@ -157,7 +157,7 @@ public:
const intersection::direction dir = intersection::direction::vector
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
PatchToPatchInterpolation(const PatchToPatchInterpolation&) = delete;

View File

@ -91,7 +91,7 @@ public:
//- Construct from PrimitivePatch
PrimitivePatchInterpolation(const Patch& p);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
PrimitivePatchInterpolation
(
const PrimitivePatchInterpolation&

View File

@ -73,7 +73,7 @@ public:
lduInterfaceField(patch)
{}
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
LduInterfaceField(const LduInterfaceField&) = delete;

View File

@ -75,7 +75,7 @@ public:
const dictionary& preconditionerDict
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
DiagonalPreconditioner(const DiagonalPreconditioner&) = delete;

View File

@ -67,7 +67,7 @@ public:
const dictionary& preconditionerDict
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
NoPreconditioner(const NoPreconditioner&) = delete;

View File

@ -68,7 +68,7 @@ public:
const dictionary& solverDict
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
DiagonalSolver(const DiagonalSolver&) = delete;

View File

@ -69,7 +69,7 @@ public:
const dictionary& solverDict
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
PBiCCCG(const PBiCCCG&) = delete;

View File

@ -69,7 +69,7 @@ public:
const dictionary& solverDict
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
PBiCICG(const PBiCICG&) = delete;

View File

@ -69,7 +69,7 @@ public:
const dictionary& solverDict
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
PCICG(const PCICG&) = delete;

View File

@ -153,7 +153,7 @@ public:
losortStartPtr_(nullptr)
{}
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
lduAddressing(const lduAddressing&) = delete;

View File

@ -66,7 +66,7 @@ public:
lduInterface()
{}
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
lduInterface(const lduInterface&) = delete;

View File

@ -80,7 +80,7 @@ public:
updatedMatrix_(false)
{}
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
lduInterfaceField(const lduInterfaceField&) = delete;

View File

@ -77,7 +77,7 @@ public:
const dictionary& solverControlsUnused
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
FDICPreconditioner(const FDICPreconditioner&) = delete;

View File

@ -74,7 +74,7 @@ public:
const dictionary& solverControlsUnused
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
diagonalPreconditioner(const diagonalPreconditioner&) = delete;

View File

@ -66,7 +66,7 @@ public:
const dictionary& solverControlsUnused
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
noPreconditioner(const noPreconditioner&) = delete;

View File

@ -278,7 +278,7 @@ public:
const dictionary& controlDict
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
GAMGAgglomeration(const GAMGAgglomeration&) = delete;

View File

@ -71,7 +71,7 @@ public:
const dictionary& controlDict
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
dummyAgglomeration(const dummyAgglomeration&) = delete;

View File

@ -87,7 +87,7 @@ public:
const dictionary& controlDict
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
pairGAMGAgglomeration(const pairGAMGAgglomeration&) = delete;
//- Calculate and return agglomeration

View File

@ -113,7 +113,7 @@ public:
const dictionary& controlDict
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
GAMGProcAgglomeration(const GAMGProcAgglomeration&) = delete;

View File

@ -78,7 +78,7 @@ public:
const dictionary& controlDict
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
eagerGAMGProcAgglomeration
(
const eagerGAMGProcAgglomeration&

View File

@ -102,7 +102,7 @@ public:
const dictionary& controlDict
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
manualGAMGProcAgglomeration
(
const manualGAMGProcAgglomeration&

View File

@ -73,7 +73,7 @@ public:
const dictionary& controlDict
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
masterCoarsestGAMGProcAgglomeration
(
const masterCoarsestGAMGProcAgglomeration&

View File

@ -69,7 +69,7 @@ public:
const dictionary& controlDict
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
noneGAMGProcAgglomeration
(
const noneGAMGProcAgglomeration&

View File

@ -103,7 +103,7 @@ public:
const dictionary& controlDict
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
procFacesGAMGProcAgglomeration
(
const procFacesGAMGProcAgglomeration&

View File

@ -138,7 +138,7 @@ public:
interface_(GAMGCp)
{}
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
GAMGInterfaceField(const GAMGInterfaceField&) = delete;

View File

@ -88,7 +88,7 @@ public:
const int rank
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cyclicGAMGInterfaceField(const cyclicGAMGInterfaceField&) = delete;

View File

@ -52,7 +52,7 @@ class processorCyclicGAMGInterfaceField
{
// Private Member Functions
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
processorCyclicGAMGInterfaceField
(
const processorCyclicGAMGInterfaceField&

View File

@ -103,7 +103,7 @@ public:
const int rank
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
processorGAMGInterfaceField
(
const processorGAMGInterfaceField&

View File

@ -186,7 +186,7 @@ public:
Istream& is
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
GAMGInterface(const GAMGInterface&) = delete;

View File

@ -96,7 +96,7 @@ public:
Istream& is
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cyclicGAMGInterface(const cyclicGAMGInterface&) = delete;

View File

@ -80,7 +80,7 @@ public:
Istream& is
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
processorCyclicGAMGInterface
(
const processorCyclicGAMGInterface&

View File

@ -112,7 +112,7 @@ public:
Istream& is
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
processorGAMGInterface(const processorGAMGInterface&) = delete;

View File

@ -71,7 +71,7 @@ public:
const dictionary& solverControls
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
PBiCG(const PBiCG&) = delete;

View File

@ -86,7 +86,7 @@ public:
const dictionary& solverControls
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
PBiCGStab(const PBiCGStab&) = delete;

View File

@ -71,7 +71,7 @@ public:
const dictionary& solverControls
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
PCG(const PCG&) = delete;

View File

@ -70,7 +70,7 @@ public:
const dictionary& solverControls
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
diagonalSolver(const diagonalSolver&) = delete;

View File

@ -82,7 +82,7 @@ public:
//- Construct from a rectangular Matrix
SVD(const scalarRectangularMatrix& A, const scalar minCondition = 0);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
SVD(const SVD&) = delete;

View File

@ -100,7 +100,7 @@ public:
const fileName& dictName
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
solution(const solution&) = delete;

View File

@ -64,7 +64,7 @@ public:
//- Construct from time
tolerances(const Time& t, const fileName& dictName);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
tolerances(const tolerances&) = delete;

View File

@ -72,7 +72,7 @@ public:
//- Construct for given mesh
Residuals(const polyMesh& mesh);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
Residuals(const Residuals<Type>&) = delete;

View File

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

View File

@ -170,7 +170,7 @@ public:
labelListListList& boundaryFaceMap
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
lduPrimitiveMesh(const lduPrimitiveMesh&) = delete;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -81,7 +81,7 @@ public:
const polyBoundaryMesh&
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
pointBoundaryMesh(const pointBoundaryMesh&) = delete;

View File

@ -78,7 +78,7 @@ public:
//- Construct from polyMesh
explicit pointMesh(const polyMesh& pMesh);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
pointMesh(const pointMesh&) = delete;

View File

@ -80,7 +80,7 @@ public:
}
}
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
pointBoundaryMeshMapper(const pointBoundaryMeshMapper&) = delete;

View File

@ -103,7 +103,7 @@ public:
//- Construct from mapPolyMesh
pointMapper(const pointMesh&, const mapPolyMesh& mpm);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
pointMapper(const pointMapper&) = delete;

View File

@ -78,7 +78,7 @@ public:
boundaryMap_(mesh, pointMap_, mpm)
{}
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
pointMeshMapper(const pointMeshMapper&) = delete;

View File

@ -107,7 +107,7 @@ public:
const mapPolyMesh& mpm
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
pointPatchMapper
(
const pointPatchMapper&

View File

@ -118,7 +118,7 @@ public:
const pointBoundaryMesh&
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
facePointPatch(const facePointPatch&) = delete;

View File

@ -110,7 +110,7 @@ public:
boundaryMesh_(bm)
{}
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
pointPatch(const pointPatch&) = delete;

View File

@ -344,7 +344,7 @@ public:
//- Construct from mesh, derive rest (does parallel communication!)
globalMeshData(const polyMesh& mesh);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
globalMeshData(const globalMeshData&) = delete;

View File

@ -295,7 +295,7 @@ public:
const bool mergeSeparated
);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
globalPoints(const globalPoints&) = delete;

View File

@ -104,7 +104,7 @@ public:
//- Construct from mapPolyMesh
cellMapper(const mapPolyMesh& mpm);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
cellMapper(const cellMapper&) = delete;

View File

@ -105,7 +105,7 @@ public:
//- Construct from mapPolyMesh
faceMapper(const mapPolyMesh& mpm);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
faceMapper(const faceMapper&) = delete;

View File

@ -165,7 +165,7 @@ public:
//- Construct from Istream
mapDistributePolyMesh(Istream&);
//- Disallow default bitwise copy construct
//- Disallow default bitwise copy construction
mapDistributePolyMesh(const mapDistributePolyMesh&) = delete;

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