#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 Member Functions | |
Sock_OStreamBase (stream_type *stream) | |
~Sock_OStreamBase () | |
void | set_interceptor (typename buffer_type::interceptor_type &interceptor) |
Definition at line 89 of file Sock_IOStream.h.
typedef Sock_StreamBufferBase<ACE_SYNCH_USE> ACE::IOS::Sock_OStreamBase< ACE_SYNCH_DECL >::buffer_type |
Reimplemented from ACE::IOS::Sock_IOSBase< ACE_SYNCH_USE >.
Definition at line 95 of file Sock_IOStream.h.
typedef Sock_IOSBase<ACE_SYNCH_USE> ACE::IOS::Sock_OStreamBase< ACE_SYNCH_DECL >::ios_base |
Definition at line 93 of file Sock_IOStream.h.
typedef ios_base::stream_type ACE::IOS::Sock_OStreamBase< ACE_SYNCH_DECL >::stream_type |
Reimplemented from ACE::IOS::Sock_IOSBase< ACE_SYNCH_USE >.
Definition at line 94 of file Sock_IOStream.h.
ACE::IOS::Sock_OStreamBase< ACE_SYNCH_DECL >::Sock_OStreamBase | ( | stream_type * | stream | ) | [explicit] |
Definition at line 72 of file Sock_IOStream.cpp.
: Sock_IOSBase<ACE_SYNCH_USE> (stream), std::ostream (Sock_IOSBase<ACE_SYNCH_USE>::rdbuf ()) { }
ACE::IOS::Sock_OStreamBase< ACE_SYNCH_DECL >::~Sock_OStreamBase | ( | ) |
Definition at line 78 of file Sock_IOStream.cpp.
{ }
void ACE::IOS::Sock_OStreamBase< ACE_SYNCH_DECL >::set_interceptor | ( | typename buffer_type::interceptor_type & | interceptor | ) |
Definition at line 83 of file Sock_IOStream.cpp.
{ this->rdbuf ()->set_interceptor (interceptor); }