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

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

#include <HTTP_StreamPolicy.h>

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

List of all members.

Public Types

typedef STREAM_BUFFER::char_type char_type

Public Member Functions

 FixedLengthStreamPolicyBase (std::streamsize length)
virtual ~FixedLengthStreamPolicyBase ()

Protected Member Functions

virtual int read_from_stream (char_type *buffer, std::streamsize length)
virtual int write_to_stream (const char_type *buffer, std::streamsize length)

Private Attributes

std::streamsize length_
std::streamsize count_

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


Member Typedef Documentation

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

Constructor & Destructor Documentation

template<class STREAM_BUFFER >
ACE::HTTP::FixedLengthStreamPolicyBase< STREAM_BUFFER >::FixedLengthStreamPolicyBase ( std::streamsize  length  ) 
template<class STREAM_BUFFER >
ACE::HTTP::FixedLengthStreamPolicyBase< STREAM_BUFFER >::~FixedLengthStreamPolicyBase (  )  [virtual]

Member Function Documentation

template<class STREAM_BUFFER >
int ACE::HTTP::FixedLengthStreamPolicyBase< STREAM_BUFFER >::read_from_stream ( char_type buffer,
std::streamsize  length 
) [protected, virtual]
template<class STREAM_BUFFER >
int ACE::HTTP::FixedLengthStreamPolicyBase< STREAM_BUFFER >::write_to_stream ( const char_type buffer,
std::streamsize  length 
) [protected, virtual]

Member Data Documentation

template<class STREAM_BUFFER >
std::streamsize ACE::HTTP::FixedLengthStreamPolicyBase< STREAM_BUFFER >::count_ [private]
template<class STREAM_BUFFER >
std::streamsize ACE::HTTP::FixedLengthStreamPolicyBase< STREAM_BUFFER >::length_ [private]

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