ACE_INet
6.1.0
|
#include <Sock_IOStream.h>
Public Types | |
typedef Sock_StreamBufferBase < ACE_SYNCH_USE > | buffer_type |
typedef buffer_type::stream_type | stream_type |
Public Member Functions | |
Sock_IOSBase (stream_type *stream) | |
~Sock_IOSBase () | |
buffer_type * | rdbuf () |
void | close () |
const stream_type & | stream () const |
Protected Attributes | |
buffer_type | streambuf_ |
typedef Sock_StreamBufferBase<ACE_SYNCH_USE> ACE::IOS::Sock_IOSBase< ACE_SYNCH_DECL >::buffer_type |
typedef buffer_type::stream_type ACE::IOS::Sock_IOSBase< ACE_SYNCH_DECL >::stream_type |
ACE::IOS::Sock_IOSBase< ACE_SYNCH_DECL >::Sock_IOSBase | ( | stream_type * | stream | ) |
ACE::IOS::Sock_IOSBase< ACE_SYNCH_DECL >::~Sock_IOSBase | ( | ) |
void ACE::IOS::Sock_IOSBase< ACE_SYNCH_DECL >::close | ( | ) |
Sock_IOSBase< ACE_SYNCH_USE >::buffer_type * ACE::IOS::Sock_IOSBase< ACE_SYNCH_DECL >::rdbuf | ( | ) |
const Sock_IOSBase< ACE_SYNCH_USE >::stream_type & ACE::IOS::Sock_IOSBase< ACE_SYNCH_DECL >::stream | ( | ) | const |
buffer_type ACE::IOS::Sock_IOSBase< ACE_SYNCH_DECL >::streambuf_ [protected] |