Inheritance diagram for restcgi::ocontent:
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).
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_type & | ostream () |
Friends | |
class | method |
typedef std::ostream restcgi::ocontent::ostream_type |
ostream type
ostream_type& restcgi::ocontent::ostream | ( | ) |
Get output stream. See also stream operator free function.