ACE_INet 8.0.1
|
#include <Sock_IOStream.h>
Public Types | |
typedef StreamHandler< ACE_SOCK_STREAM, ACE_SYNCH_USE > | stream_type |
![]() | |
typedef BasicBidirStreamBuffer< char, StreamHandler< ACE_SOCK_STREAM, ACE_SYNCH_USE > > | super |
typedef super::openmode | openmode |
![]() | |
typedef std::basic_streambuf< ACE_CHAR_T, TR > | base_type |
typedef std::basic_ios< ACE_CHAR_T, TR > | ios_type |
typedef ACE_CHAR_T | char_type |
typedef TR | char_traits |
typedef base_type::int_type | int_type |
typedef base_type::pos_type | pos_type |
typedef base_type::off_type | off_type |
typedef ios_type::openmode | openmode |
typedef StreamInterceptorBase< char_type, char_traits > | interceptor_type |
Public Member Functions | |
Sock_StreamBufferBase (stream_type *stream) | |
virtual | ~Sock_StreamBufferBase () |
![]() | |
BidirStreamBuffer (StreamHandler< ACE_SOCK_STREAM, ACE_SYNCH_USE > *sh, std::streamsize bufsz, openmode mode) | |
virtual | ~BidirStreamBuffer () |
![]() | |
BasicBidirStreamBuffer (STREAM_HANDLER *sh, std::streamsize bufsz, openmode mode) | |
Constructor. | |
virtual | ~BasicBidirStreamBuffer () |
Destructor. | |
virtual int_type | overflow (int_type c) |
virtual int_type | underflow () |
virtual int | sync () |
const STREAM_HANDLER & | stream () const |
void | close_stream () |
void | set_interceptor (interceptor_type &interceptor) |
Private Types | |
enum | { BUFFER_SIZE = 1024 } |
Additional Inherited Members | |
![]() | |
void | set_mode (openmode mode) |
openmode | get_mode () const |
void | reset_buffers () |
typedef StreamHandler<ACE_SOCK_STREAM, ACE_SYNCH_USE> ACE::IOS::Sock_StreamBufferBase< ACE_SYNCH_DECL >::stream_type |
|
private |
ACE::IOS::Sock_StreamBufferBase< ACE_SYNCH_DECL >::Sock_StreamBufferBase | ( | stream_type * | stream | ) |
|
virtual |