VTK
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 #include "vtkConfigure.h"
26 
27 #ifdef _MSC_VER
28 #pragma warning (push, 3)
29 #endif
30 
31 // Forward-declare ansi streams.
32 #include <iosfwd>
33 using std::ios;
34 using std::streambuf;
35 using std::istream;
36 using std::ostream;
37 using std::iostream;
38 using std::filebuf;
39 using std::ifstream;
40 using std::ofstream;
41 using std::fstream;
42 
43 #ifdef _MSC_VER
44 #pragma warning(pop)
45 #endif
46 
47 #endif // vtkIOStreamFwd_h
48 // VTK-HeaderTest-Exclude: vtkIOStreamFwd.h