Fstream.H
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------*\
2  ========= |
3  \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4  \\ / O peration |
5  \\ / A nd | www.openfoam.com
6  \\/ M anipulation |
7 -------------------------------------------------------------------------------
8  Copyright (C) 2017-2020 OpenCFD Ltd.
9 -------------------------------------------------------------------------------
10 License
11  This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
12 
13 Description
14  File stream includes.
15 
16 \*---------------------------------------------------------------------------*/
17 
18 #ifndef Fstream_H
19 #define Fstream_H
20 
21 #include "fstreamPointer.H"
22 #include "IFstream.H"
23 #include "OFstream.H"
24 
25 #endif
26 
27 // ************************************************************************* //
OFstream.H
IFstream.H
fstreamPointer.H