Public Types | Public Member Functions | Protected Member Functions | Private Attributes

ACE::HTTP::StreamPolicyBase< STREAM_BUFFER > Class Template Reference

#include <HTTP_StreamPolicyBase.h>

Inheritance diagram for ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef STREAM_BUFFER::char_type char_type

Public Member Functions

 StreamPolicyBase ()
virtual ~StreamPolicyBase ()
virtual int read_from_stream (char_type *buffer, std::streamsize length)=0
virtual int write_to_stream (const char_type *buffer, std::streamsize length)=0
void set_stream_buffer (STREAM_BUFFER *streambuf)

Protected Member Functions

int read_from_stream_i (char_type *buffer, std::streamsize length)
int write_to_stream_i (const char_type *buffer, std::streamsize length)

Private Attributes

STREAM_BUFFER * streambuf_

template<class STREAM_BUFFER>
class ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >


Member Typedef Documentation

template<class STREAM_BUFFER >
typedef STREAM_BUFFER::char_type ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::char_type

Constructor & Destructor Documentation

template<class STREAM_BUFFER >
ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::StreamPolicyBase (  ) 
template<class STREAM_BUFFER >
ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::~StreamPolicyBase (  )  [virtual]

Member Function Documentation

template<class STREAM_BUFFER >
virtual int ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::read_from_stream ( char_type buffer,
std::streamsize  length 
) [pure virtual]
template<class STREAM_BUFFER >
int ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::read_from_stream_i ( char_type buffer,
std::streamsize  length 
) [protected]
template<class STREAM_BUFFER >
void ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::set_stream_buffer ( STREAM_BUFFER *  streambuf  ) 
template<class STREAM_BUFFER >
virtual int ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::write_to_stream ( const char_type buffer,
std::streamsize  length 
) [pure virtual]
template<class STREAM_BUFFER >
int ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::write_to_stream_i ( const char_type buffer,
std::streamsize  length 
) [protected]

Member Data Documentation

template<class STREAM_BUFFER >
STREAM_BUFFER* ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::streambuf_ [private]

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