Public Types | Public Member Functions | Private Types

ACE::IOS::Sock_StreamBufferBase< ACE_SYNCH_DECL > Class Template Reference

#include <Sock_IOStream.h>

Inheritance diagram for ACE::IOS::Sock_StreamBufferBase< ACE_SYNCH_DECL >:
Inheritance graph
[legend]
Collaboration diagram for ACE::IOS::Sock_StreamBufferBase< ACE_SYNCH_DECL >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef StreamHandler
< ACE_SOCK_STREAM,
ACE_SYNCH_USE > 
stream_type

Public Member Functions

 Sock_StreamBufferBase (stream_type *stream)
virtual ~Sock_StreamBufferBase ()

Private Types

enum  { BUFFER_SIZE = 1024 }

Detailed Description

template<ACE_SYNCH_DECL>
class ACE::IOS::Sock_StreamBufferBase< ACE_SYNCH_DECL >

Definition at line 39 of file Sock_IOStream.h.


Member Typedef Documentation

template<ACE_SYNCH_DECL >
typedef StreamHandler<ACE_SOCK_STREAM, ACE_SYNCH_USE> ACE::IOS::Sock_StreamBufferBase< ACE_SYNCH_DECL >::stream_type

Definition at line 43 of file Sock_IOStream.h.


Member Enumeration Documentation

template<ACE_SYNCH_DECL >
anonymous enum [private]
Enumerator:
BUFFER_SIZE 

Definition at line 49 of file Sock_IOStream.h.

              {
                BUFFER_SIZE = 1024
              };


Constructor & Destructor Documentation

template<ACE_SYNCH_DECL >
ACE::IOS::Sock_StreamBufferBase< ACE_SYNCH_DECL >::Sock_StreamBufferBase ( stream_type stream  ) 

Definition at line 17 of file Sock_IOStream.cpp.

      : BidirStreamBuffer<StreamHandler<ACE_SOCK_STREAM, ACE_SYNCH_USE> > (
            stream,
            BUFFER_SIZE,
            std::ios::in | std::ios::out)
      {
      }

template<ACE_SYNCH_DECL >
ACE::IOS::Sock_StreamBufferBase< ACE_SYNCH_DECL >::~Sock_StreamBufferBase (  )  [virtual]

Definition at line 26 of file Sock_IOStream.cpp.

      {
      }


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines