restcgi::ocontent Class Reference

Inheritance diagram for restcgi::ocontent:

restcgi::content List of all members.

Detailed Description

Output content stream for HTTP response message body.

This is returned from the method object to write the response message body as a stream. The content header fields (in the content base class) are the ones that were used to create the response message (and this object).

See also:
method


Public Types

typedef boost::shared_ptr<
ocontent
pointer
 shared ptr
typedef boost::shared_ptr<
const ocontent
const_pointer
 const shared ptr
typedef std::ostream ostream_type

Public Member Functions

ostream_typeostream ()

Friends

class method


Member Typedef Documentation

typedef std::ostream restcgi::ocontent::ostream_type

ostream type


Member Function Documentation

ostream_type& restcgi::ocontent::ostream (  ) 

Get output stream. See also stream operator free function.

See also:
operator <<(ocontent& oc, const T& v)


Generated on Fri May 15 11:27:12 2009 for restcgi by  doxygen 1.4.7