Files
haiku-beta6/headers/cpp/iosfwd
T

16 lines
279 B
C++
Raw Normal View History

2004-11-10 20:33:33 +00:00
// -*- C++ -*- I/O forward declaration header.
// This file is part of the GNU ANSI C++ Library.
#ifndef __IOSFWD__
#define __IOSFWD__
class ios;
class streambuf;
class istream;
class ostream;
class iostream;
class filebuf;
class ifstream;
class ofstream;
class fstream;
#endif