VTK  9.3.20240419
vtkIOStreamFwd.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
10 #ifndef vtkIOStreamFwd_h
11 #define vtkIOStreamFwd_h
12 
13 #ifdef _MSC_VER
14 #pragma warning(push, 3)
15 #endif
16 
17 // Forward-declare ansi streams.
18 #include <iosfwd>
19 using std::filebuf;
20 using std::fstream;
21 using std::ios;
22 using std::iostream;
23 using std::istream;
24 using std::ostream;
25 using std::streambuf;
26 
27 #ifdef _MSC_VER
28 #pragma warning(pop)
29 #endif
30 
31 #endif // vtkIOStreamFwd_h
32 // VTK-HeaderTest-Exclude: vtkIOStreamFwd.h