Added forward declaration of friend functions

This commit is contained in:
Henry Weller
2016-05-30 08:28:35 +01:00
parent 35dba48db1
commit 3f608e95e6
12 changed files with 97 additions and 0 deletions

View File

@ -42,6 +42,13 @@ SourceFiles
namespace Foam
{
// Forward declaration of friend functions and operators
class coupledFacePair;
Ostream& operator<<(Ostream&, const coupledFacePair&);
/*---------------------------------------------------------------------------*\
Class coupledFacePair Declaration
\*---------------------------------------------------------------------------*/

View File

@ -45,6 +45,13 @@ SourceFiles
namespace Foam
{
// Forward declaration of friend functions and operators
class cv2DControls;
Ostream& operator<<(Ostream&, const cv2DControls&);
/*---------------------------------------------------------------------------*\
Class cv2DControls Declaration
\*---------------------------------------------------------------------------*/

View File

@ -44,6 +44,13 @@ SourceFiles
namespace Foam
{
// Forward declaration of friend functions and operators
class pointFeatureEdgesTypes;
Ostream& operator<<(Ostream&, const pointFeatureEdgesTypes&);
/*---------------------------------------------------------------------------*\
Class pointFeatureEdgesTypes Declaration
\*---------------------------------------------------------------------------*/

View File

@ -41,6 +41,14 @@ SourceFiles
namespace Foam
{
// Forward declaration of friend functions and operators
class indexedVertexEnum;
Istream& operator>>(Istream&, indexedVertexEnum&);
Ostream& operator<<(Ostream&, const indexedVertexEnum&);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
class indexedVertexEnum