Added forward declaration of friend functions
This commit is contained in:
@ -48,9 +48,19 @@ namespace Foam
|
||||
{
|
||||
|
||||
// Forward declaration of classes
|
||||
|
||||
class polyPatch;
|
||||
class polyMesh;
|
||||
|
||||
|
||||
// Forward declaration of friend functions and operators
|
||||
|
||||
class patchEdgeFaceInfo;
|
||||
|
||||
Istream& operator>>(Istream&, patchEdgeFaceInfo&);
|
||||
Ostream& operator<<(Ostream&, const patchEdgeFaceInfo&);
|
||||
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
Class patchEdgeFaceInfo Declaration
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
@ -53,6 +53,15 @@ namespace Foam
|
||||
class polyPatch;
|
||||
class polyMesh;
|
||||
|
||||
|
||||
// Forward declaration of friend functions and operators
|
||||
|
||||
class patchEdgeFaceRegion;
|
||||
|
||||
Istream& operator>>(Istream&, patchEdgeFaceRegion&);
|
||||
Ostream& operator<<(Ostream&, const patchEdgeFaceRegion&);
|
||||
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
Class patchEdgeFaceRegion Declaration
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
@ -51,6 +51,15 @@ namespace Foam
|
||||
// Forward declaration of classes
|
||||
class polyMesh;
|
||||
|
||||
|
||||
// Forward declaration of friend functions and operators
|
||||
|
||||
class patchEdgeFaceRegions;
|
||||
|
||||
Istream& operator>>(Istream&, patchEdgeFaceRegions&);
|
||||
Ostream& operator<<(Ostream&, const patchEdgeFaceRegions&);
|
||||
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
Class patchEdgeFaceRegions Declaration
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
@ -53,6 +53,15 @@ namespace Foam
|
||||
class polyPatch;
|
||||
class polyMesh;
|
||||
|
||||
|
||||
// Forward declaration of friend functions and operators
|
||||
|
||||
class pointEdgePoint;
|
||||
|
||||
Istream& operator>>(Istream&, pointEdgePoint&);
|
||||
Ostream& operator<<(Ostream&, const pointEdgePoint&);
|
||||
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
Class pointEdgePoint Declaration
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user