#include <ios>#include <bits/ostream.tcc>Go to the source code of this file.
Namespaces | |
| namespace | std |
Classes | |
| class | std::basic_ostream< _CharT, _Traits > |
| Controlling output. More... | |
| class | std::basic_ostream< _CharT, _Traits >::sentry |
| Performs setup work for output streams. More... | |
| template<typename _CharT, typename _Traits> | |
| basic_ostream< _CharT, _Traits > & | std::operator<< (basic_ostream< _CharT, _Traits > &__out, _CharT __c) |
| Character inserters. | |
| template<typename _CharT, typename _Traits> | |
| basic_ostream< _CharT, _Traits > & | std::operator<< (basic_ostream< _CharT, _Traits > &__out, char __c) |
| template<class _Traits> | |
| basic_ostream< char, _Traits > & | std::operator<< (basic_ostream< char, _Traits > &__out, char __c) |
| template<class _Traits> | |
| basic_ostream< char, _Traits > & | std::operator<< (basic_ostream< char, _Traits > &__out, signed char __c) |
| template<class _Traits> | |
| basic_ostream< char, _Traits > & | std::operator<< (basic_ostream< char, _Traits > &__out, unsigned char __c) |
| template<typename _CharT, typename _Traits> | |
| basic_ostream< _CharT, _Traits > & | std::operator<< (basic_ostream< _CharT, _Traits > &__out, const _CharT *__s) |
| String inserters. | |
| template<typename _CharT, typename _Traits> | |
| basic_ostream< _CharT, _Traits > & | std::operator<< (basic_ostream< _CharT, _Traits > &__out, const char *__s) |
| template<class _Traits> | |
| basic_ostream< char, _Traits > & | std::operator<< (basic_ostream< char, _Traits > &__out, const char *__s) |
| template<class _Traits> | |
| basic_ostream< char, _Traits > & | std::operator<< (basic_ostream< char, _Traits > &__out, const signed char *__s) |
| template<class _Traits> | |
| basic_ostream< char, _Traits > & | std::operator<< (basic_ostream< char, _Traits > &__out, const unsigned char *__s) |
Defines | |
| #define | _GLIBCXX_OSTREAM 1 |
Functions | |
| template<typename _CharT, typename _Traits> | |
| basic_ostream< _CharT, _Traits > & | std::endl (basic_ostream< _CharT, _Traits > &__os) |
| Write a newline and flush the stream. | |
| template<typename _CharT, typename _Traits> | |
| basic_ostream< _CharT, _Traits > & | std::ends (basic_ostream< _CharT, _Traits > &__os) |
| Write a null character into the output sequence. | |
| template<typename _CharT, typename _Traits> | |
| basic_ostream< _CharT, _Traits > & | std::flush (basic_ostream< _CharT, _Traits > &__os) |
| Flushes the output stream. | |
Definition in file ostream.
1.4.7