iostream File Reference

#include <bits/c++config.h>
#include <ostream>
#include <istream>

Go to the source code of this file.

Namespaces

namespace  std

Standard Stream Objects

The <iostream> header declares the eight standard stream objects. For other declarations, see http://gcc.gnu.org/onlinedocs/libstdc++/27_io/howto.html#10 and the I/O forward declarations

They are required by default to cooperate with the global C library's FILE streams, and to be available during program startup and termination. For more information, see the HOWTO linked to above.

istream std::cin
 Linked to standard input.
ostream std::cout
 Linked to standard output.
ostream std::cerr
 Linked to standard error (unbuffered).
ostream std::clog
 Linked to standard error (buffered).

Defines

#define _GLIBCXX_IOSTREAM   1

Variables

static ios_base::Init std::__ioinit


Detailed Description

This is a Standard C++ Library header.

Definition in file iostream.


Define Documentation

#define _GLIBCXX_IOSTREAM   1

Definition at line 39 of file iostream.


Generated on Tue Feb 2 16:57:21 2010 for GNU C++ STL by  doxygen 1.4.7