ACE_INet
6.2.0
|
#include <Sock_IOStream.h>
Public Types | |
typedef Sock_IOSBase < ACE_SYNCH_USE > | ios_base |
typedef ios_base::stream_type | stream_type |
typedef Sock_StreamBufferBase < ACE_SYNCH_USE > | buffer_type |
Public Types inherited from ACE::IOS::Sock_IOSBase< ACE_SYNCH_USE > | |
typedef Sock_StreamBufferBase < ACE_SYNCH_USE > | buffer_type |
typedef buffer_type::stream_type | stream_type |
Public Member Functions | |
Sock_IOStreamBase (stream_type *stream) | |
~Sock_IOStreamBase () | |
void | set_interceptor (typename buffer_type::interceptor_type &interceptor) |
Public Member Functions inherited from ACE::IOS::Sock_IOSBase< ACE_SYNCH_USE > | |
Sock_IOSBase (stream_type *stream) | |
~Sock_IOSBase () | |
buffer_type * | rdbuf () |
void | close () |
const stream_type & | stream () const |
Additional Inherited Members | |
Protected Attributes inherited from ACE::IOS::Sock_IOSBase< ACE_SYNCH_USE > | |
buffer_type | streambuf_ |
typedef Sock_StreamBufferBase<ACE_SYNCH_USE> ACE::IOS::Sock_IOStreamBase< ACE_SYNCH_DECL >::buffer_type |
typedef Sock_IOSBase<ACE_SYNCH_USE> ACE::IOS::Sock_IOStreamBase< ACE_SYNCH_DECL >::ios_base |
typedef ios_base::stream_type ACE::IOS::Sock_IOStreamBase< ACE_SYNCH_DECL >::stream_type |
|
explicit |
ACE::IOS::Sock_IOStreamBase< ACE_SYNCH_DECL >::~Sock_IOStreamBase | ( | ) |
void ACE::IOS::Sock_IOStreamBase< ACE_SYNCH_DECL >::set_interceptor | ( | typename buffer_type::interceptor_type & | interceptor | ) |