aboutsummaryrefslogtreecommitdiff
path: root/contrib/libstdc++/iosfwd
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-10-04 08:12:38 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-10-04 08:12:38 +0000
commit43d36c40e70660b96e7d58f04f39090aa8ce602e (patch)
treec4269807b0fce0fd2dace52f52c7fed66591d0ab /contrib/libstdc++/iosfwd
parentbdc228c6395178f59ff23e7f7be2256840f86f8f (diff)
Notes
Diffstat (limited to 'contrib/libstdc++/iosfwd')
-rw-r--r--contrib/libstdc++/iosfwd15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/libstdc++/iosfwd b/contrib/libstdc++/iosfwd
new file mode 100644
index 000000000000..8314cf7b73f6
--- /dev/null
+++ b/contrib/libstdc++/iosfwd
@@ -0,0 +1,15 @@
+// -*- 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