/home/ntakagi/work/STLport-5.1.5/stlport/stl/_ostream.h File Reference

#include <stl/_ios.h>
#include <stl/_ostreambuf_iterator.h>
#include <stl/_exception.h>

Go to the source code of this file.

Classes

class  basic_ostream< _CharT, _Traits >
class  basic_ostream< _CharT, _Traits >::sentry

Functions

template<class _CharT, class _Traits>
_STLP_BEGIN_NAMESPACE _STLP_MOVE_TO_PRIV_NAMESPACE
bool 
__init_bostr (basic_ostream< _CharT, _Traits > &__str)
template<class _CharT, class _Traits>
basic_streambuf< _CharT, _Traits
> *_STLP_CALL 
__get_ostreambuf (basic_ostream< _CharT, _Traits > &__St)
template<class _CharT, class _Traits>
_STLP_MOVE_TO_STD_NAMESPACE
basic_ostream< _CharT, _Traits
> &_STLP_CALL 
operator<< (basic_ostream< _CharT, _Traits > &__os, _CharT __c)
template<class _CharT, class _Traits>
basic_ostream< _CharT, _Traits
> &_STLP_CALL 
operator<< (basic_ostream< _CharT, _Traits > &__os, const _CharT *__s)
template<class _CharT, class _Traits>
basic_ostream< _CharT, _Traits
> &_STLP_CALL 
operator<< (basic_ostream< _CharT, _Traits > &__os, char __c)
template<class _Traits>
basic_ostream< char, _Traits
> &_STLP_CALL 
operator<< (basic_ostream< char, _Traits > &__os, char __c)
template<class _Traits>
basic_ostream< char, _Traits
> &_STLP_CALL 
operator<< (basic_ostream< char, _Traits > &__os, signed char __c)
template<class _Traits>
basic_ostream< char, _Traits
> &_STLP_CALL 
operator<< (basic_ostream< char, _Traits > &__os, unsigned char __c)
template<class _CharT, class _Traits>
basic_ostream< _CharT, _Traits
> &_STLP_CALL 
operator<< (basic_ostream< _CharT, _Traits > &__os, const char *__s)
template<class _Traits>
basic_ostream< char, _Traits
> &_STLP_CALL 
operator<< (basic_ostream< char, _Traits > &__os, const char *__s)
template<class _Traits>
basic_ostream< char, _Traits
> &_STLP_CALL 
operator<< (basic_ostream< char, _Traits > &__os, const signed char *__s)
template<class _Traits>
basic_ostream< char, _Traits > & operator<< (basic_ostream< char, _Traits > &__os, const unsigned char *__s)
template<class _CharT, class _Traits>
basic_ostream< _CharT, _Traits
> &_STLP_CALL 
endl (basic_ostream< _CharT, _Traits > &__os)
template<class _CharT, class _Traits>
basic_ostream< _CharT, _Traits
> &_STLP_CALL 
ends (basic_ostream< _CharT, _Traits > &__os)
template<class _CharT, class _Traits>
basic_ostream< _CharT, _Traits
> &_STLP_CALL 
flush (basic_ostream< _CharT, _Traits > &__os)


Function Documentation

template<class _CharT, class _Traits>
basic_streambuf<_CharT, _Traits>* _STLP_CALL __get_ostreambuf ( basic_ostream< _CharT, _Traits > &  __St  )  [inline]

Definition at line 233 of file _ostream.h.

References basic_ios< _CharT, _Traits >::rdbuf().

template<class _CharT, class _Traits>
_STLP_MOVE_TO_PRIV_NAMESPACE bool __init_bostr ( basic_ostream< _CharT, _Traits > &  __str  ) 

template<class _CharT, class _Traits>
basic_ostream<_CharT, _Traits>& _STLP_CALL endl ( basic_ostream< _CharT, _Traits > &  __os  )  [inline]

template<class _CharT, class _Traits>
basic_ostream<_CharT, _Traits>& _STLP_CALL ends ( basic_ostream< _CharT, _Traits > &  __os  )  [inline]

template<class _CharT, class _Traits>
basic_ostream<_CharT, _Traits>& _STLP_CALL flush ( basic_ostream< _CharT, _Traits > &  __os  )  [inline]

Definition at line 372 of file _ostream.h.

References basic_ostream< _CharT, _Traits >::flush().

template<class _Traits>
basic_ostream<char, _Traits>& operator<< ( basic_ostream< char, _Traits > &  __os,
const unsigned char *  __s 
) [inline]

Definition at line 346 of file _ostream.h.

References __REINTERPRET_CAST.

template<class _Traits>
basic_ostream<char, _Traits>& _STLP_CALL operator<< ( basic_ostream< char, _Traits > &  __os,
const signed char *  __s 
) [inline]

Definition at line 339 of file _ostream.h.

References __REINTERPRET_CAST.

template<class _Traits>
basic_ostream<char, _Traits>& _STLP_CALL operator<< ( basic_ostream< char, _Traits > &  __os,
const char *  __s 
) [inline]

Definition at line 332 of file _ostream.h.

template<class _CharT, class _Traits>
basic_ostream<_CharT, _Traits>& _STLP_CALL operator<< ( basic_ostream< _CharT, _Traits > &  __os,
const char *  __s 
) [inline]

Definition at line 325 of file _ostream.h.

template<class _Traits>
basic_ostream<char, _Traits>& _STLP_CALL operator<< ( basic_ostream< char, _Traits > &  __os,
unsigned char  __c 
) [inline]

Definition at line 318 of file _ostream.h.

template<class _Traits>
basic_ostream<char, _Traits>& _STLP_CALL operator<< ( basic_ostream< char, _Traits > &  __os,
signed char  __c 
) [inline]

Definition at line 311 of file _ostream.h.

template<class _Traits>
basic_ostream<char, _Traits>& _STLP_CALL operator<< ( basic_ostream< char, _Traits > &  __os,
char  __c 
) [inline]

Definition at line 304 of file _ostream.h.

template<class _CharT, class _Traits>
basic_ostream<_CharT, _Traits>& _STLP_CALL operator<< ( basic_ostream< _CharT, _Traits > &  __os,
char  __c 
) [inline]

Definition at line 297 of file _ostream.h.

References basic_ostream< _CharT, _Traits >::_M_put_char().

template<class _CharT, class _Traits>
basic_ostream<_CharT, _Traits>& _STLP_CALL operator<< ( basic_ostream< _CharT, _Traits > &  __os,
const _CharT *  __s 
) [inline]

Definition at line 248 of file _ostream.h.

template<class _CharT, class _Traits>
_STLP_MOVE_TO_STD_NAMESPACE basic_ostream<_CharT, _Traits>& _STLP_CALL operator<< ( basic_ostream< _CharT, _Traits > &  __os,
_CharT  __c 
) [inline]

Definition at line 241 of file _ostream.h.



Generated on Mon Mar 10 15:32:49 2008 by  doxygen 1.5.1