basic_ostream Class Reference
#include
<stdapis/stlport/stl/_ostream.h>
Link against: libstdcpp.lib
class basic_ostream : public basic_ios |
Nested Classes and Structures
Member Type Definition Documentation
Typedef _Basic_ios
typedef
basic_ios< _CharT, _Traits > | _Basic_ios |
Typedef __ios_base_fn
typedef
ios_base &(_STLP_CALL * | __ios_base_fn |
Typedef __ios_fn
typedef
basic_ios< _CharT, _Traits > &(_STLP_CALL * | __ios_fn |
Typedef __ostream_fn
typedef
_Self &(_STLP_CALL * | __ostream_fn |
Typedef int_type
typedef _Traits::int_type | int_type |
Typedef off_type
typedef _Traits::off_type | off_type |
Typedef pos_type
typedef _Traits::pos_type | pos_type |
Typedef traits_type
typedef _Traits | traits_type |
Constructor & Destructor Documentation
basic_ostream ( basic_streambuf< _CharT, _Traits > * )
_STLP_DECLSPEC | basic_ostream | ( | basic_streambuf< _CharT, _Traits > * | __buf | ) | [explicit] |
~basic_ostream ( )
_STLP_DECLSPEC | ~basic_ostream | ( | ) | |
Member Function Documentation
_M_put_char ( _CharT )
void | _M_put_char | ( | _CharT | __c | ) | |
_M_put_nowiden ( const _CharT * )
void | _M_put_nowiden | ( | const _CharT * | __s | ) | |
_M_put_widen ( const char * )
void | _M_put_widen | ( | const char * | __s | ) | |
_M_put_widen_aux ( const char *, streamsize )
bool | _M_put_widen_aux | ( | const char * | __s, |
| streamsize | __n |
| ) | |
operator<< ( __ostream_fn )
operator<< ( __ios_base_fn )
operator<< ( basic_streambuf< _CharT, _Traits > * )
operator<< ( unsigned char )
_Self & | operator<< | ( | unsigned char | __x | ) | [inline] |
operator<< ( short )
_Self & | operator<< | ( | short | __x | ) | [inline] |
operator<< ( int )
_Self & | operator<< | ( | int | __x | ) | [inline] |
operator<< ( unsigned int )
_Self & | operator<< | ( | unsigned int | __x | ) | [inline] |
operator<< ( unsigned short )
_Self & | operator<< | ( | unsigned short | __x | ) | [inline] |
operator<< ( long )
_Self & | operator<< | ( | long | __x | ) | [inline] |
operator<< ( unsigned long )
_Self & | operator<< | ( | unsigned long | __x | ) | [inline] |
operator<< ( float )
_Self & | operator<< | ( | float | __x | ) | [inline] |
operator<< ( double )
_Self & | operator<< | ( | double | __x | ) | [inline] |
operator<< ( long double )
_Self & | operator<< | ( | long double | __x | ) | [inline] |
operator<< ( const void * )
_Self & | operator<< | ( | const void * | __x | ) | [inline] |
operator<< ( bool )
_Self & | operator<< | ( | bool | __x | ) | [inline] |
seekp ( off_type, ios_base::seekdir )
write ( const char_type *, streamsize )