repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* cpphash.c (save_expansion): Clear PREV_WHITE on tokens
[official-gcc.git]
/
libstdc++
/
iosfwd
blob
8314cf7b73f6ae566131df41b9fe9da027fbe26d
1
// -*- C++ -*- I/O forward declaration header.
2
// This file is part of the GNU ANSI C++ Library.
3
4
#ifndef __IOSFWD__
5
#define __IOSFWD__
6
class ios;
7
class streambuf;
8
class istream;
9
class ostream;
10
class iostream;
11
class filebuf;
12
class ifstream;
13
class ofstream;
14
class fstream;
15
#endif