VTK  9.1.0
vtkIOStreamFwd.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkIOStreamFwd.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
22#ifndef vtkIOStreamFwd_h
23#define vtkIOStreamFwd_h
24
25#ifdef _MSC_VER
26#pragma warning(push, 3)
27#endif
28
29// Forward-declare ansi streams.
30#include <iosfwd>
31using std::filebuf;
32using std::fstream;
33using std::ios;
34using std::iostream;
35using std::istream;
36using std::ostream;
37using std::streambuf;
38
39#ifdef _MSC_VER
40#pragma warning(pop)
41#endif
42
43#endif // vtkIOStreamFwd_h
44// VTK-HeaderTest-Exclude: vtkIOStreamFwd.h