Public Member Functions

ACE::HTTP::OStream Class Reference

#include <HTTP_IOStream.h>

Inheritance diagram for ACE::HTTP::OStream:
Inheritance graph
[legend]
Collaboration diagram for ACE::HTTP::OStream:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 OStream (std::iostream &stream, StreamBuffer::policy_type *policy=0)
 ~OStream ()
void set_interceptor (StreamBuffer::interceptor_type &interceptor)

Detailed Description

Definition at line 97 of file HTTP_IOStream.h.


Constructor & Destructor Documentation

ACE::HTTP::OStream::OStream ( std::iostream &  stream,
StreamBuffer::policy_type policy = 0 
) [explicit]

Definition at line 89 of file HTTP_IOStream.cpp.

      : IOS (stream, policy), std::ostream (&streambuf_)
      {
      }

ACE::HTTP::OStream::~OStream (  ) 

Definition at line 94 of file HTTP_IOStream.cpp.

      {
      }


Member Function Documentation

void ACE::HTTP::OStream::set_interceptor ( StreamBuffer::interceptor_type interceptor  )  [inline]

Definition at line 19 of file HTTP_IOStream.inl.

      {
        this->rdbuf ()->set_interceptor (interceptor);
      }


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