basic_ostream Class Reference
class basic_ostream : public basic_ios
|
Nested Classes and Structures
Constructor & Destructor Documentation
basic_ostream(basic_streambuf< _CharT, _Traits > *)
~basic_ostream()
~basic_ostream
|
(
|
)
|
[inline]
|
Member Functions Documentation
_M_copy_buffered(basic_streambuf< _CharT, _Traits > *, basic_streambuf< _CharT, _Traits > *)
_M_copy_unbuffered(basic_streambuf< _CharT, _Traits > *, basic_streambuf< _CharT, _Traits > *)
_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
|
|
)
|
|
flush()
_Self
&
|
flush
|
(
|
)
|
[inline]
|
operator<<(__ios_base_fn)
operator<<(basic_streambuf< _CharT, _Traits > *)
operator<<(unsigned char)
_Self
&
|
operator<<
|
(
|
unsigned char
|
__x
|
)
|
[inline]
|
operator<<(short)
_Self
&
|
operator<<
|
(
|
short
|
__x
|
)
|
|
operator<<(unsigned short)
_Self
&
|
operator<<
|
(
|
unsigned short
|
__x
|
)
|
|
operator<<(int)
_Self
&
|
operator<<
|
(
|
int
|
__x
|
)
|
|
operator<<(unsigned int)
_Self
&
|
operator<<
|
(
|
unsigned int
|
__x
|
)
|
|
operator<<(long)
_Self
&
|
operator<<
|
(
|
long
|
__x
|
)
|
|
operator<<(unsigned long)
_Self
&
|
operator<<
|
(
|
unsigned long
|
__x
|
)
|
|
operator<<(float)
_Self
&
|
operator<<
|
(
|
float
|
__x
|
)
|
|
operator<<(double)
_Self
&
|
operator<<
|
(
|
double
|
__x
|
)
|
|
operator<<(long double)
_Self
&
|
operator<<
|
(
|
long double
|
__x
|
)
|
|
operator<<(const void *)
_Self
&
|
operator<<
|
(
|
const void *
|
__x
|
)
|
|
operator<<(bool)
_Self
&
|
operator<<
|
(
|
bool
|
__x
|
)
|
|
seekp(off_type, ios_base::seekdir)
write(const char_type *, streamsize)
Member Type Definitions 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
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.