#include <stdapis/stlportv5/stl/_ostream.h>
class basic_ostream : public basic_ios |
Public Member Type Definitions | |
---|---|
typedef | basic_ios< _CharT, _Traits > _Basic_ios |
typedef | ios_base &(_STLP_CALL * __ios_base_fn |
typedef | basic_ios< _CharT, _Traits > &(_STLP_CALL * __ios_fn |
typedef | _Self &(_STLP_CALL * __ostream_fn |
typedef | _CharT char_type |
typedef | _Traits::int_type int_type |
typedef | _Traits::off_type off_type |
typedef | _Traits::pos_type pos_type |
typedef | _Traits traits_type |
Public Member Functions | |
---|---|
basic_ostream(basic_streambuf< _CharT, _Traits > *) | |
~basic_ostream() | |
void | _M_put_char(_CharT) |
void | _M_put_nowiden(const _CharT *) |
void | _M_put_widen(const char *) |
bool | _M_put_widen_aux(const char *, streamsize) |
_Self & | flush() |
_Self & | operator<<(__ostream_fn) |
_Self & | operator<<(__ios_base_fn) |
_Self & | operator<<(__ios_fn) |
_Self & | operator<<(basic_streambuf< _CharT, _Traits > *) |
_Self & | operator<<(unsigned char) |
_Self & | operator<<(short) |
_Self & | operator<<(unsigned short) |
_Self & | operator<<(int) |
_Self & | operator<<(unsigned int) |
_Self & | operator<<(long) |
_Self & | operator<<(unsigned long) |
_Self & | operator<<(float) |
_Self & | operator<<(double) |
_Self & | operator<<(long double) |
_Self & | operator<<(const void *) |
_Self & | operator<<(bool) |
_Self & | put(char_type) |
_Self & | seekp(pos_type) |
_Self & | seekp(off_type, ios_base::seekdir) |
pos_type | tellp() |
_Self & | write(const char_type *, streamsize) |
Inherited Enumerations | |
---|---|
ios_base:event |
typedef basic_ios< _CharT, _Traits > | _Basic_ios |
typedef ios_base &(_STLP_CALL * | __ios_base_fn |
typedef basic_ios< _CharT, _Traits > &(_STLP_CALL * | __ios_fn |
typedef _Self &(_STLP_CALL * | __ostream_fn |
typedef _CharT | char_type |
typedef _Traits::int_type | int_type |
typedef _Traits::off_type | off_type |
typedef _Traits::pos_type | pos_type |
typedef _Traits | traits_type |
basic_ostream | ( | basic_streambuf< _CharT, _Traits > * | __buf | ) | [explicit] |
~basic_ostream | ( | ) | [inline] |
void | _M_put_char | ( | _CharT | __c | ) |
void | _M_put_nowiden | ( | const _CharT * | __s | ) |
void | _M_put_widen | ( | const char * | __s | ) |
bool | _M_put_widen_aux | ( | const char * | __s, |
streamsize | __n | |||
) |
_Self & | flush | ( | ) | [inline] |
_Self & | operator<< | ( | __ostream_fn | __f | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__f | - |
_Self & | operator<< | ( | __ios_base_fn | __f | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__f | - |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__ff | - |
_Self & | operator<< | ( | basic_streambuf< _CharT, _Traits > * | __buf | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__buf | - |
_Self & | operator<< | ( | unsigned char | __x | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__x | - |
_Self & | operator<< | ( | short | __x | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__x | - |
_Self & | operator<< | ( | unsigned short | __x | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__x | - |
_Self & | operator<< | ( | int | __x | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__x | - |
_Self & | operator<< | ( | unsigned int | __x | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__x | - |
_Self & | operator<< | ( | long | __x | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__x | - |
_Self & | operator<< | ( | unsigned long | __x | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__x | - |
_Self & | operator<< | ( | float | __x | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__x | - |
_Self & | operator<< | ( | double | __x | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__x | - |
_Self & | operator<< | ( | long double | __x | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__x | - |
_Self & | operator<< | ( | const void * | __x | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__x | - |
_Self & | operator<< | ( | bool | __x | ) |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__x | - |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__pos | - |
_Self & | seekp | ( | off_type | __off, |
ios_base::seekdir | __dir | |||
) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__off | - |
__dir | - |