#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_IStreamBase (stream_type *stream) | |
| ~Sock_IStreamBase () | |
| void | set_interceptor (typename buffer_type::interceptor_type &interceptor) |
Definition at line 111 of file Sock_IOStream.h.
| typedef Sock_StreamBufferBase<ACE_SYNCH_USE> ACE::IOS::Sock_IStreamBase< ACE_SYNCH_DECL >::buffer_type |
Reimplemented from ACE::IOS::Sock_IOSBase< ACE_SYNCH_USE >.
Definition at line 117 of file Sock_IOStream.h.
| typedef Sock_IOSBase<ACE_SYNCH_USE> ACE::IOS::Sock_IStreamBase< ACE_SYNCH_DECL >::ios_base |
Definition at line 115 of file Sock_IOStream.h.
| typedef ios_base::stream_type ACE::IOS::Sock_IStreamBase< ACE_SYNCH_DECL >::stream_type |
Reimplemented from ACE::IOS::Sock_IOSBase< ACE_SYNCH_USE >.
Definition at line 116 of file Sock_IOStream.h.
| ACE::IOS::Sock_IStreamBase< ACE_SYNCH_DECL >::Sock_IStreamBase | ( | stream_type * | stream | ) | [explicit] |
Definition at line 90 of file Sock_IOStream.cpp.
: Sock_IOSBase<ACE_SYNCH_USE> (stream), std::istream (Sock_IOSBase<ACE_SYNCH_USE>::rdbuf ()) { }
| ACE::IOS::Sock_IStreamBase< ACE_SYNCH_DECL >::~Sock_IStreamBase | ( | ) |
Definition at line 96 of file Sock_IOStream.cpp.
{
}
| void ACE::IOS::Sock_IStreamBase< ACE_SYNCH_DECL >::set_interceptor | ( | typename buffer_type::interceptor_type & | interceptor | ) |
Definition at line 101 of file Sock_IOStream.cpp.
{
this->rdbuf ()->set_interceptor (interceptor);
}
1.7.0