Corrected documentation comment for disabled copy constructors
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -230,7 +230,7 @@ public:
|
||||
this->updateTimeIndex();
|
||||
}
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
subCycle(const subCycle<GeometricField>&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -83,7 +83,7 @@ public:
|
||||
const List& l
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
Histogram(const Histogram&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -77,7 +77,7 @@ public:
|
||||
//- Construct null
|
||||
CallbackRegistry();
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
CallbackRegistry(const CallbackRegistry&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -156,7 +156,7 @@ public:
|
||||
)
|
||||
{}
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
OSHA1stream(const OSHA1stream&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -155,7 +155,7 @@ public:
|
||||
empty_(false)
|
||||
{}
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
compound(const compound&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -80,7 +80,7 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
calcEntry(const calcEntry&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -157,7 +157,7 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
codeStream(const codeStream&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -93,7 +93,7 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
ifEntry(const ifEntry&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -163,7 +163,7 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
ifeqEntry(const ifeqEntry&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -95,7 +95,7 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
includeEntry(const includeEntry&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -103,7 +103,7 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
includeEtcEntry(const includeEtcEntry&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -67,7 +67,7 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
includeIfPresentEntry(const includeIfPresentEntry&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -94,7 +94,7 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
inputModeEntry(const inputModeEntry&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -84,7 +84,7 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
negEntry(const negEntry&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -73,7 +73,7 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
removeEntry(const removeEntry&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -118,7 +118,7 @@ public:
|
||||
//- Construct null
|
||||
codedBase();
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
codedBase(const codedBase&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -172,7 +172,7 @@ public:
|
||||
const word& codeDirName = ""
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
dynamicCode(const dynamicCode&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -100,7 +100,7 @@ public:
|
||||
const bool loadFromFile = false
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
IOOutputFilter(const IOOutputFilter&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -183,7 +183,7 @@ public:
|
||||
return autoPtr<functionObject>(nullptr);
|
||||
}
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
functionObject(const functionObject&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -97,7 +97,7 @@ public:
|
||||
const word& prefix
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
logFiles(const logFiles&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -128,7 +128,7 @@ public:
|
||||
const dictionary& dict
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
regionFunctionObject(const regionFunctionObject&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -116,7 +116,7 @@ public:
|
||||
const dictionary&
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
timeControl(const timeControl&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -85,7 +85,7 @@ public:
|
||||
const word& prefix
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
writeFile(const writeFile&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -121,7 +121,7 @@ public:
|
||||
const Switch& logRef
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
writeLocalObjects(const writeLocalObjects&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -128,7 +128,7 @@ public:
|
||||
const Switch& logRef
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
writeObjectsBase(const writeObjectsBase&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -68,7 +68,7 @@ public:
|
||||
targetPatch_(target)
|
||||
{}
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
pointPatchFieldMapperPatchRef
|
||||
(
|
||||
const pointPatchFieldMapperPatchRef&
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -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&
|
||||
|
||||
@ -73,7 +73,7 @@ public:
|
||||
lduInterfaceField(patch)
|
||||
{}
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
LduInterfaceField(const LduInterfaceField&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -75,7 +75,7 @@ public:
|
||||
const dictionary& preconditionerDict
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
DiagonalPreconditioner(const DiagonalPreconditioner&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -67,7 +67,7 @@ public:
|
||||
const dictionary& preconditionerDict
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
NoPreconditioner(const NoPreconditioner&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -68,7 +68,7 @@ public:
|
||||
const dictionary& solverDict
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
DiagonalSolver(const DiagonalSolver&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -69,7 +69,7 @@ public:
|
||||
const dictionary& solverDict
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
PBiCCCG(const PBiCCCG&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -69,7 +69,7 @@ public:
|
||||
const dictionary& solverDict
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
PBiCICG(const PBiCICG&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -69,7 +69,7 @@ public:
|
||||
const dictionary& solverDict
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
PCICG(const PCICG&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -153,7 +153,7 @@ public:
|
||||
losortStartPtr_(nullptr)
|
||||
{}
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
lduAddressing(const lduAddressing&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -66,7 +66,7 @@ public:
|
||||
lduInterface()
|
||||
{}
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
lduInterface(const lduInterface&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -80,7 +80,7 @@ public:
|
||||
updatedMatrix_(false)
|
||||
{}
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
lduInterfaceField(const lduInterfaceField&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -77,7 +77,7 @@ public:
|
||||
const dictionary& solverControlsUnused
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
FDICPreconditioner(const FDICPreconditioner&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -74,7 +74,7 @@ public:
|
||||
const dictionary& solverControlsUnused
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
diagonalPreconditioner(const diagonalPreconditioner&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -66,7 +66,7 @@ public:
|
||||
const dictionary& solverControlsUnused
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
noPreconditioner(const noPreconditioner&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -278,7 +278,7 @@ public:
|
||||
const dictionary& controlDict
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
GAMGAgglomeration(const GAMGAgglomeration&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -71,7 +71,7 @@ public:
|
||||
const dictionary& controlDict
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
dummyAgglomeration(const dummyAgglomeration&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -113,7 +113,7 @@ public:
|
||||
const dictionary& controlDict
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
GAMGProcAgglomeration(const GAMGProcAgglomeration&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -78,7 +78,7 @@ public:
|
||||
const dictionary& controlDict
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
eagerGAMGProcAgglomeration
|
||||
(
|
||||
const eagerGAMGProcAgglomeration&
|
||||
|
||||
@ -102,7 +102,7 @@ public:
|
||||
const dictionary& controlDict
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
manualGAMGProcAgglomeration
|
||||
(
|
||||
const manualGAMGProcAgglomeration&
|
||||
|
||||
@ -73,7 +73,7 @@ public:
|
||||
const dictionary& controlDict
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
masterCoarsestGAMGProcAgglomeration
|
||||
(
|
||||
const masterCoarsestGAMGProcAgglomeration&
|
||||
|
||||
@ -69,7 +69,7 @@ public:
|
||||
const dictionary& controlDict
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
noneGAMGProcAgglomeration
|
||||
(
|
||||
const noneGAMGProcAgglomeration&
|
||||
|
||||
@ -103,7 +103,7 @@ public:
|
||||
const dictionary& controlDict
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
procFacesGAMGProcAgglomeration
|
||||
(
|
||||
const procFacesGAMGProcAgglomeration&
|
||||
|
||||
@ -138,7 +138,7 @@ public:
|
||||
interface_(GAMGCp)
|
||||
{}
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
GAMGInterfaceField(const GAMGInterfaceField&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -88,7 +88,7 @@ public:
|
||||
const int rank
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
cyclicGAMGInterfaceField(const cyclicGAMGInterfaceField&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -52,7 +52,7 @@ class processorCyclicGAMGInterfaceField
|
||||
{
|
||||
// Private Member Functions
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
processorCyclicGAMGInterfaceField
|
||||
(
|
||||
const processorCyclicGAMGInterfaceField&
|
||||
|
||||
@ -103,7 +103,7 @@ public:
|
||||
const int rank
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
processorGAMGInterfaceField
|
||||
(
|
||||
const processorGAMGInterfaceField&
|
||||
|
||||
@ -186,7 +186,7 @@ public:
|
||||
Istream& is
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
GAMGInterface(const GAMGInterface&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -96,7 +96,7 @@ public:
|
||||
Istream& is
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
cyclicGAMGInterface(const cyclicGAMGInterface&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -80,7 +80,7 @@ public:
|
||||
Istream& is
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
processorCyclicGAMGInterface
|
||||
(
|
||||
const processorCyclicGAMGInterface&
|
||||
|
||||
@ -112,7 +112,7 @@ public:
|
||||
Istream& is
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
processorGAMGInterface(const processorGAMGInterface&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -71,7 +71,7 @@ public:
|
||||
const dictionary& solverControls
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
PBiCG(const PBiCG&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -86,7 +86,7 @@ public:
|
||||
const dictionary& solverControls
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
PBiCGStab(const PBiCGStab&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -71,7 +71,7 @@ public:
|
||||
const dictionary& solverControls
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
PCG(const PCG&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -70,7 +70,7 @@ public:
|
||||
const dictionary& solverControls
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
diagonalSolver(const diagonalSolver&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -100,7 +100,7 @@ public:
|
||||
const fileName& dictName
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
solution(const solution&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -170,7 +170,7 @@ public:
|
||||
labelListListList& boundaryFaceMap
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
lduPrimitiveMesh(const lduPrimitiveMesh&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -68,7 +68,7 @@ public:
|
||||
//- Construct null
|
||||
hexMatcher();
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
hexMatcher(const hexMatcher&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -68,7 +68,7 @@ public:
|
||||
//- Construct
|
||||
prismMatcher();
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
prismMatcher(const prismMatcher&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -68,7 +68,7 @@ public:
|
||||
//- Construct null
|
||||
pyrMatcher();
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
pyrMatcher(const pyrMatcher&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -68,7 +68,7 @@ public:
|
||||
//- Construct null
|
||||
tetMatcher();
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
tetMatcher(const tetMatcher&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -68,7 +68,7 @@ public:
|
||||
//- Construct null
|
||||
tetWedgeMatcher();
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
tetWedgeMatcher(const tetWedgeMatcher&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -68,7 +68,7 @@ public:
|
||||
//- Construct null
|
||||
wedgeMatcher();
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
wedgeMatcher(const wedgeMatcher&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -81,7 +81,7 @@ public:
|
||||
const polyBoundaryMesh&
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
pointBoundaryMesh(const pointBoundaryMesh&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -80,7 +80,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
pointBoundaryMeshMapper(const pointBoundaryMeshMapper&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -78,7 +78,7 @@ public:
|
||||
boundaryMap_(mesh, pointMap_, mpm)
|
||||
{}
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
pointMeshMapper(const pointMeshMapper&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -107,7 +107,7 @@ public:
|
||||
const mapPolyMesh& mpm
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
pointPatchMapper
|
||||
(
|
||||
const pointPatchMapper&
|
||||
|
||||
@ -118,7 +118,7 @@ public:
|
||||
const pointBoundaryMesh&
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
facePointPatch(const facePointPatch&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -110,7 +110,7 @@ public:
|
||||
boundaryMesh_(bm)
|
||||
{}
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
pointPatch(const pointPatch&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -295,7 +295,7 @@ public:
|
||||
const bool mergeSeparated
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
globalPoints(const globalPoints&) = delete;
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
@ -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
Reference in New Issue
Block a user