Corrected documentation comment for disabled copy constructors
This commit is contained in:
@ -98,7 +98,7 @@ class compressibleInterPhaseTransportModel
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
compressibleInterPhaseTransportModel
|
compressibleInterPhaseTransportModel
|
||||||
(
|
(
|
||||||
const compressibleInterPhaseTransportModel&
|
const compressibleInterPhaseTransportModel&
|
||||||
|
|||||||
@ -56,7 +56,7 @@ class VoFPatchTransfer
|
|||||||
{
|
{
|
||||||
// Private member functions
|
// Private member functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
VoFPatchTransfer(const VoFPatchTransfer&) = delete;
|
VoFPatchTransfer(const VoFPatchTransfer&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -135,7 +135,7 @@ class VoFSolidificationMeltingSource
|
|||||||
template<class RhoFieldType>
|
template<class RhoFieldType>
|
||||||
void apply(const RhoFieldType& rho, fvMatrix<scalar>& eqn);
|
void apply(const RhoFieldType& rho, fvMatrix<scalar>& eqn);
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
VoFSolidificationMeltingSource
|
VoFSolidificationMeltingSource
|
||||||
(
|
(
|
||||||
const VoFSolidificationMeltingSource&
|
const VoFSolidificationMeltingSource&
|
||||||
|
|||||||
@ -55,7 +55,7 @@ class relativeVelocityModel
|
|||||||
//- Return the list of patchFieldTypes for Udm derived from U
|
//- Return the list of patchFieldTypes for Udm derived from U
|
||||||
wordList UdmPatchFieldTypes() const;
|
wordList UdmPatchFieldTypes() const;
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
relativeVelocityModel(const relativeVelocityModel&) = delete;
|
relativeVelocityModel(const relativeVelocityModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -57,7 +57,7 @@ class departureDiameterModel
|
|||||||
{
|
{
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
departureDiameterModel(const departureDiameterModel&) = delete;
|
departureDiameterModel(const departureDiameterModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -57,7 +57,7 @@ class departureFrequencyModel
|
|||||||
{
|
{
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
departureFrequencyModel(const departureFrequencyModel&) = delete;
|
departureFrequencyModel(const departureFrequencyModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -57,7 +57,7 @@ class nucleationSiteModel
|
|||||||
{
|
{
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
nucleationSiteModel(const nucleationSiteModel&) = delete;
|
nucleationSiteModel(const nucleationSiteModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -55,7 +55,7 @@ class partitioningModel
|
|||||||
{
|
{
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
partitioningModel(const partitioningModel&) = delete;
|
partitioningModel(const partitioningModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -90,7 +90,7 @@ class phaseForces
|
|||||||
{
|
{
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
phaseForces(const phaseForces&) = delete;
|
phaseForces(const phaseForces&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -55,7 +55,7 @@ class saturationModel
|
|||||||
{
|
{
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
saturationModel(const saturationModel&) = delete;
|
saturationModel(const saturationModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -58,7 +58,7 @@ class wallDependentModel
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
wallDependentModel(const wallDependentModel&) = delete;
|
wallDependentModel(const wallDependentModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -94,7 +94,7 @@ class BlendedInterfacialModel
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
BlendedInterfacialModel
|
BlendedInterfacialModel
|
||||||
(
|
(
|
||||||
const BlendedInterfacialModel<ModelType>&
|
const BlendedInterfacialModel<ModelType>&
|
||||||
|
|||||||
@ -52,7 +52,7 @@ class conductivityModel
|
|||||||
{
|
{
|
||||||
// Private member functions
|
// Private member functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
conductivityModel(const conductivityModel&) = delete;
|
conductivityModel(const conductivityModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -53,7 +53,7 @@ class frictionalStressModel
|
|||||||
{
|
{
|
||||||
// Private member functions
|
// Private member functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
frictionalStressModel(const frictionalStressModel&) = delete;
|
frictionalStressModel(const frictionalStressModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -52,7 +52,7 @@ class granularPressureModel
|
|||||||
{
|
{
|
||||||
// Private member functions
|
// Private member functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
granularPressureModel(const granularPressureModel&) = delete;
|
granularPressureModel(const granularPressureModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -147,7 +147,7 @@ class kineticTheoryModel
|
|||||||
void correctNut()
|
void correctNut()
|
||||||
{}
|
{}
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
kineticTheoryModel(const kineticTheoryModel&) = delete;
|
kineticTheoryModel(const kineticTheoryModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -52,7 +52,7 @@ class radialModel
|
|||||||
{
|
{
|
||||||
// Private member functions
|
// Private member functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
radialModel(const radialModel&) = delete;
|
radialModel(const radialModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -54,7 +54,7 @@ class viscosityModel
|
|||||||
{
|
{
|
||||||
// Private member functions
|
// Private member functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
viscosityModel(const viscosityModel&) = delete;
|
viscosityModel(const viscosityModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -102,7 +102,7 @@ class phasePressureModel
|
|||||||
void correctNut()
|
void correctNut()
|
||||||
{}
|
{}
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
phasePressureModel(const phasePressureModel&) = delete;
|
phasePressureModel(const phasePressureModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -58,7 +58,7 @@ class wallDependentModel
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
wallDependentModel(const wallDependentModel&) = delete;
|
wallDependentModel(const wallDependentModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -52,7 +52,7 @@ class conductivityModel
|
|||||||
{
|
{
|
||||||
// Private member functions
|
// Private member functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
conductivityModel(const conductivityModel&) = delete;
|
conductivityModel(const conductivityModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -53,7 +53,7 @@ class frictionalStressModel
|
|||||||
{
|
{
|
||||||
// Private member functions
|
// Private member functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
frictionalStressModel(const frictionalStressModel&) = delete;
|
frictionalStressModel(const frictionalStressModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -52,7 +52,7 @@ class granularPressureModel
|
|||||||
{
|
{
|
||||||
// Private member functions
|
// Private member functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
granularPressureModel(const granularPressureModel&) = delete;
|
granularPressureModel(const granularPressureModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -147,7 +147,7 @@ class kineticTheoryModel
|
|||||||
void correctNut()
|
void correctNut()
|
||||||
{}
|
{}
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
kineticTheoryModel(const kineticTheoryModel&) = delete;
|
kineticTheoryModel(const kineticTheoryModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -52,7 +52,7 @@ class radialModel
|
|||||||
{
|
{
|
||||||
// Private member functions
|
// Private member functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
radialModel(const radialModel&) = delete;
|
radialModel(const radialModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -54,7 +54,7 @@ class viscosityModel
|
|||||||
{
|
{
|
||||||
// Private member functions
|
// Private member functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
viscosityModel(const viscosityModel&) = delete;
|
viscosityModel(const viscosityModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -106,7 +106,7 @@ class phasePressureModel
|
|||||||
void correctNut()
|
void correctNut()
|
||||||
{}
|
{}
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
phasePressureModel(const phasePressureModel&) = delete;
|
phasePressureModel(const phasePressureModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -81,7 +81,7 @@ class BlendedInterfacialModel
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
BlendedInterfacialModel
|
BlendedInterfacialModel
|
||||||
(
|
(
|
||||||
const BlendedInterfacialModel<modelType>&
|
const BlendedInterfacialModel<modelType>&
|
||||||
|
|||||||
@ -159,7 +159,7 @@ class router
|
|||||||
DynamicList<label>& route
|
DynamicList<label>& route
|
||||||
) const;
|
) const;
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
router(const router&) = delete;
|
router(const router&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -91,7 +91,7 @@ class cellSplitter
|
|||||||
const Map<labelList>& cellToCells
|
const Map<labelList>& cellToCells
|
||||||
) const;
|
) const;
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
cellSplitter(const cellSplitter&) = delete;
|
cellSplitter(const cellSplitter&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -68,7 +68,7 @@ class edgeStats
|
|||||||
direction getNormalDir(const twoDPointCorrector*) const;
|
direction getNormalDir(const twoDPointCorrector*) const;
|
||||||
|
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
edgeStats(const edgeStats&) = delete;
|
edgeStats(const edgeStats&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -74,7 +74,7 @@ class hexBlock
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
hexBlock(const hexBlock&) = delete;
|
hexBlock(const hexBlock&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -67,7 +67,7 @@ class hexBlock
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
hexBlock(const hexBlock&) = delete;
|
hexBlock(const hexBlock&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -141,7 +141,7 @@ class sammMesh
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
sammMesh(const sammMesh&) = delete;
|
sammMesh(const sammMesh&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -185,7 +185,7 @@ class starMesh
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
starMesh(const starMesh&) = delete;
|
starMesh(const starMesh&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -86,7 +86,7 @@ class extrudedMesh
|
|||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
extrudedMesh(const extrudedMesh&) = delete;
|
extrudedMesh(const extrudedMesh&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -87,7 +87,7 @@ class extrude2DMesh
|
|||||||
//- Find extrusion direction
|
//- Find extrusion direction
|
||||||
// void findExtrudeDirection();
|
// void findExtrudeDirection();
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
extrude2DMesh(const extrude2DMesh&) = delete;
|
extrude2DMesh(const extrude2DMesh&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -85,7 +85,7 @@ class patchToPoly2DMesh
|
|||||||
|
|
||||||
void createPolyMeshComponents();
|
void createPolyMeshComponents();
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
patchToPoly2DMesh(const patchToPoly2DMesh&) = delete;
|
patchToPoly2DMesh(const patchToPoly2DMesh&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -70,7 +70,7 @@ class cv2DControls
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
cv2DControls(const cv2DControls&) = delete;
|
cv2DControls(const cv2DControls&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -158,7 +158,7 @@ private:
|
|||||||
const List<DynamicList<label>>& patchOwners
|
const List<DynamicList<label>>& patchOwners
|
||||||
) const;
|
) const;
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
DelaunayMesh(const DelaunayMesh<Triangulation>&) = delete;
|
DelaunayMesh(const DelaunayMesh<Triangulation>&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -123,7 +123,7 @@ private:
|
|||||||
labelPairHashSet& receivedVertices
|
labelPairHashSet& receivedVertices
|
||||||
);
|
);
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
DistributedDelaunayMesh
|
DistributedDelaunayMesh
|
||||||
(
|
(
|
||||||
const DistributedDelaunayMesh<Triangulation>&
|
const DistributedDelaunayMesh<Triangulation>&
|
||||||
|
|||||||
@ -183,7 +183,7 @@ class backgroundMeshDecomposition
|
|||||||
//- Build the surface patch and search tree
|
//- Build the surface patch and search tree
|
||||||
void buildPatchAndTree();
|
void buildPatchAndTree();
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
backgroundMeshDecomposition
|
backgroundMeshDecomposition
|
||||||
(
|
(
|
||||||
const backgroundMeshDecomposition&
|
const backgroundMeshDecomposition&
|
||||||
|
|||||||
@ -61,7 +61,7 @@ class cellAspectRatioControl
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
cellAspectRatioControl(const cellAspectRatioControl&) = delete;
|
cellAspectRatioControl(const cellAspectRatioControl&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -85,7 +85,7 @@ class cellShapeControl
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
cellShapeControl(const cellShapeControl&) = delete;
|
cellShapeControl(const cellShapeControl&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -83,7 +83,7 @@ private:
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
cellShapeControlMesh(const cellShapeControlMesh&) = delete;
|
cellShapeControlMesh(const cellShapeControlMesh&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -71,7 +71,7 @@ private:
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
cellSizeAndAlignmentControl
|
cellSizeAndAlignmentControl
|
||||||
(
|
(
|
||||||
const cellSizeAndAlignmentControl&
|
const cellSizeAndAlignmentControl&
|
||||||
|
|||||||
@ -68,7 +68,7 @@ class cellSizeAndAlignmentControls
|
|||||||
label& maxPriority
|
label& maxPriority
|
||||||
) const;
|
) const;
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
cellSizeAndAlignmentControls
|
cellSizeAndAlignmentControls
|
||||||
(
|
(
|
||||||
const cellSizeAndAlignmentControls&
|
const cellSizeAndAlignmentControls&
|
||||||
|
|||||||
@ -63,7 +63,7 @@ class fileControl
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
fileControl(const fileControl&) = delete;
|
fileControl(const fileControl&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -88,7 +88,7 @@ class searchableSurfaceControl
|
|||||||
// const vectorField& ptNormals
|
// const vectorField& ptNormals
|
||||||
// ) const;
|
// ) const;
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
searchableSurfaceControl(const searchableSurfaceControl&) = delete;
|
searchableSurfaceControl(const searchableSurfaceControl&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -99,7 +99,7 @@ class controlMeshRefinement
|
|||||||
|
|
||||||
pointHit findDiscontinuities(const linePointRef& l) const;
|
pointHit findDiscontinuities(const linePointRef& l) const;
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
controlMeshRefinement(const controlMeshRefinement&) = delete;
|
controlMeshRefinement(const controlMeshRefinement&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -91,7 +91,7 @@ class smoothAlignmentSolver
|
|||||||
triad& t
|
triad& t
|
||||||
) const;
|
) const;
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
smoothAlignmentSolver(const smoothAlignmentSolver&) = delete;
|
smoothAlignmentSolver(const smoothAlignmentSolver&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -110,7 +110,7 @@ private:
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
cellSizeFunction(const cellSizeFunction&) = delete;
|
cellSizeFunction(const cellSizeFunction&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -67,7 +67,7 @@ private:
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
cellSizeCalculationType(const cellSizeCalculationType&) = delete;
|
cellSizeCalculationType(const cellSizeCalculationType&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -75,7 +75,7 @@ private:
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
surfaceCellSizeFunction(const surfaceCellSizeFunction&) = delete;
|
surfaceCellSizeFunction(const surfaceCellSizeFunction&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -855,7 +855,7 @@ private:
|
|||||||
|
|
||||||
void writePointPairs(const fileName& fName) const;
|
void writePointPairs(const fileName& fName) const;
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
conformalVoronoiMesh(const conformalVoronoiMesh&) = delete;
|
conformalVoronoiMesh(const conformalVoronoiMesh&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -133,7 +133,7 @@ class featurePointConformer
|
|||||||
//- Create the points that will conform to the feature
|
//- Create the points that will conform to the feature
|
||||||
void createFeaturePoints(DynamicList<Vb>& pts);
|
void createFeaturePoints(DynamicList<Vb>& pts);
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
featurePointConformer(const featurePointConformer&) = delete;
|
featurePointConformer(const featurePointConformer&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -125,7 +125,7 @@ class conformationSurfaces
|
|||||||
label& featureIndex
|
label& featureIndex
|
||||||
);
|
);
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
conformationSurfaces(const conformationSurfaces&) = delete;
|
conformationSurfaces(const conformationSurfaces&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -209,7 +209,7 @@ class cvControls
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
cvControls(const cvControls&) = delete;
|
cvControls(const cvControls&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -68,7 +68,7 @@ private:
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
faceAreaWeightModel(const faceAreaWeightModel&) = delete;
|
faceAreaWeightModel(const faceAreaWeightModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -87,7 +87,7 @@ private:
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
initialPointsMethod(const initialPointsMethod&) = delete;
|
initialPointsMethod(const initialPointsMethod&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -70,7 +70,7 @@ private:
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
relaxationModel(const relaxationModel&) = delete;
|
relaxationModel(const relaxationModel&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -59,7 +59,7 @@ private:
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
searchableBoxFeatures(const searchableBoxFeatures&) = delete;
|
searchableBoxFeatures(const searchableBoxFeatures&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -63,7 +63,7 @@ private:
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
searchablePlateFeatures(const searchablePlateFeatures&) = delete;
|
searchablePlateFeatures(const searchablePlateFeatures&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -60,7 +60,7 @@ class searchableSurfaceFeatures
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
searchableSurfaceFeatures(const searchableSurfaceFeatures&) = delete;
|
searchableSurfaceFeatures(const searchableSurfaceFeatures&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -61,7 +61,7 @@ private:
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
triSurfaceMeshFeatures(const triSurfaceMeshFeatures&) = delete;
|
triSurfaceMeshFeatures(const triSurfaceMeshFeatures&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -199,7 +199,7 @@ class CV2D
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
CV2D(const CV2D&) = delete;
|
CV2D(const CV2D&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -90,7 +90,7 @@ class shortEdgeFilter2D
|
|||||||
labelList& patchSizes
|
labelList& patchSizes
|
||||||
) const;
|
) const;
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
shortEdgeFilter2D(const shortEdgeFilter2D&) = delete;
|
shortEdgeFilter2D(const shortEdgeFilter2D&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -76,7 +76,7 @@ class mergePolyMesh
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
mergePolyMesh(const mergePolyMesh&) = delete;
|
mergePolyMesh(const mergePolyMesh&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -66,7 +66,7 @@ class mirrorFvMesh
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
mirrorFvMesh(const mirrorFvMesh&) = delete;
|
mirrorFvMesh(const mirrorFvMesh&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -168,7 +168,7 @@ class meshDualiser
|
|||||||
boolList& donePFaces // pFaces visited
|
boolList& donePFaces // pFaces visited
|
||||||
) const;
|
) const;
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
meshDualiser(const meshDualiser&) = delete;
|
meshDualiser(const meshDualiser&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -71,7 +71,7 @@ private:
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
dimFieldDecomposer(const dimFieldDecomposer&) = delete;
|
dimFieldDecomposer(const dimFieldDecomposer&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -68,7 +68,7 @@ class lagrangianFieldDecomposer
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
lagrangianFieldDecomposer(const lagrangianFieldDecomposer&) = delete;
|
lagrangianFieldDecomposer(const lagrangianFieldDecomposer&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -125,7 +125,7 @@ private:
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
pointFieldDecomposer(const pointFieldDecomposer&) = delete;
|
pointFieldDecomposer(const pointFieldDecomposer&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -58,7 +58,7 @@ class ensightAsciiStream
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
ensightAsciiStream(const ensightAsciiStream&) = delete;
|
ensightAsciiStream(const ensightAsciiStream&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -57,7 +57,7 @@ class ensightBinaryStream
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
ensightBinaryStream(const ensightBinaryStream&) = delete;
|
ensightBinaryStream(const ensightBinaryStream&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -139,7 +139,7 @@ private:
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
ensightMesh(const ensightMesh&) = delete;
|
ensightMesh(const ensightMesh&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -56,7 +56,7 @@ class ensightStream
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
ensightStream(const ensightStream&) = delete;
|
ensightStream(const ensightStream&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -70,7 +70,7 @@ class vtkMesh
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
vtkMesh(const vtkMesh&) = delete;
|
vtkMesh(const vtkMesh&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -71,7 +71,7 @@ class vtkMesh
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
vtkMesh(const vtkMesh&) = delete;
|
vtkMesh(const vtkMesh&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -68,7 +68,7 @@ class vtkTopo
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
vtkTopo(const vtkTopo&) = delete;
|
vtkTopo(const vtkTopo&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -92,7 +92,7 @@ class writeVTK
|
|||||||
template<class GeoField>
|
template<class GeoField>
|
||||||
UPtrList<const GeoField> lookupFields() const;
|
UPtrList<const GeoField> lookupFields() const;
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
writeVTK(const writeVTK&) = delete;
|
writeVTK(const writeVTK&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -212,7 +212,7 @@ protected:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
vtkPVFoamReader(const vtkPVFoamReader&) = delete;
|
vtkPVFoamReader(const vtkPVFoamReader&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -143,7 +143,7 @@ protected:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
vtkPVblockMeshReader(const vtkPVblockMeshReader&) = delete;
|
vtkPVblockMeshReader(const vtkPVblockMeshReader&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -666,7 +666,7 @@ class vtkPVFoam
|
|||||||
word getPartName(const int);
|
word getPartName(const int);
|
||||||
|
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
vtkPVFoam(const vtkPVFoam&) = delete;
|
vtkPVFoam(const vtkPVFoam&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -293,7 +293,7 @@ class vtkPVblockMesh
|
|||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
vtkPVblockMesh(const vtkPVblockMesh&) = delete;
|
vtkPVblockMesh(const vtkPVblockMesh&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -83,7 +83,7 @@ public:
|
|||||||
const dictionary&
|
const dictionary&
|
||||||
);
|
);
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
${typeName}FunctionObject(const ${typeName}FunctionObject&) = delete;
|
${typeName}FunctionObject(const ${typeName}FunctionObject&) = delete;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -105,7 +105,7 @@ public:
|
|||||||
const dictionary& dict
|
const dictionary& dict
|
||||||
);
|
);
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
FUNCTIONOBJECT(const FUNCTIONOBJECT&) = delete;
|
FUNCTIONOBJECT(const FUNCTIONOBJECT&) = delete;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -92,7 +92,7 @@ public:
|
|||||||
//- Copy constructor
|
//- Copy constructor
|
||||||
CLASSNAME(const CLASSNAME&);
|
CLASSNAME(const CLASSNAME&);
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
CLASSNAME(const CLASSNAME&) = delete;
|
CLASSNAME(const CLASSNAME&) = delete;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -98,7 +98,7 @@ public:
|
|||||||
//- Copy constructor
|
//- Copy constructor
|
||||||
CLASSNAME(const CLASSNAME<TemplateArgument>&);
|
CLASSNAME(const CLASSNAME<TemplateArgument>&);
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
CLASSNAME(const CLASSNAME<TemplateArgument>&) = delete;
|
CLASSNAME(const CLASSNAME<TemplateArgument>&) = delete;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -84,7 +84,7 @@ protected:
|
|||||||
const scalarField& err
|
const scalarField& err
|
||||||
) const;
|
) const;
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
ODESolver(const ODESolver&) = delete;
|
ODESolver(const ODESolver&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -103,7 +103,7 @@ private:
|
|||||||
//- Update localState_ from any events.
|
//- Update localState_ from any events.
|
||||||
void checkFiles() const;
|
void checkFiles() const;
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
fileMonitor(const fileMonitor&) = delete;
|
fileMonitor(const fileMonitor&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -69,7 +69,7 @@ class regExp
|
|||||||
|
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
regExp(const regExp&) = delete;
|
regExp(const regExp&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -230,7 +230,7 @@ public:
|
|||||||
this->updateTimeIndex();
|
this->updateTimeIndex();
|
||||||
}
|
}
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
subCycle(const subCycle<GeometricField>&) = delete;
|
subCycle(const subCycle<GeometricField>&) = delete;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -143,7 +143,7 @@ class HashTable
|
|||||||
//- Construct from key, next pointer and object
|
//- Construct from key, next pointer and object
|
||||||
inline hashedEntry(const Key&, hashedEntry* next, const T&);
|
inline hashedEntry(const Key&, hashedEntry* next, const T&);
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
hashedEntry(const hashedEntry&) = delete;
|
hashedEntry(const hashedEntry&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -103,7 +103,7 @@ public:
|
|||||||
//- Construct given initial entry
|
//- Construct given initial entry
|
||||||
inline DLListBase(link*);
|
inline DLListBase(link*);
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
DLListBase(const DLListBase&) = delete;
|
DLListBase(const DLListBase&) = delete;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -98,7 +98,7 @@ public:
|
|||||||
//- Construct given initial entry
|
//- Construct given initial entry
|
||||||
inline SLListBase(link*);
|
inline SLListBase(link*);
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
SLListBase(const SLListBase&) = delete;
|
SLListBase(const SLListBase&) = delete;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -83,7 +83,7 @@ public:
|
|||||||
const List& l
|
const List& l
|
||||||
);
|
);
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
Histogram(const Histogram&) = delete;
|
Histogram(const Histogram&) = delete;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -69,7 +69,7 @@ protected:
|
|||||||
//- Move constructor which moves the addressing array
|
//- Move constructor which moves the addressing array
|
||||||
explicit inline IndirectListAddressing(List<label>&& addr);
|
explicit inline IndirectListAddressing(List<label>&& addr);
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
IndirectListAddressing(const IndirectListAddressing&) = delete;
|
IndirectListAddressing(const IndirectListAddressing&) = delete;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -55,7 +55,7 @@ class NamedEnum
|
|||||||
{
|
{
|
||||||
// Private Member Functions
|
// Private Member Functions
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
NamedEnum(const NamedEnum&) = delete;
|
NamedEnum(const NamedEnum&) = delete;
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
//- Disallow default bitwise assignment
|
||||||
|
|||||||
@ -77,7 +77,7 @@ public:
|
|||||||
//- Construct null
|
//- Construct null
|
||||||
CallbackRegistry();
|
CallbackRegistry();
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
//- Disallow default bitwise copy construction
|
||||||
CallbackRegistry(const CallbackRegistry&) = delete;
|
CallbackRegistry(const CallbackRegistry&) = delete;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user