Ice 3.7 C++11 API Reference
Public Member Functions | Protected Attributes | List of all members
Ice::MarshaledResult Class Reference

Base class for marshaled result structures, which are generated for operations having the marshaled-result metadata tag. More...

#include <Ice/Ice.h>

Public Member Functions

std::shared_ptr< OutputStreamgetOutputStream () const
 Obtains the output stream that is used to marshal the results. More...
 
 MarshaledResult (const Current &current)
 The constructor requires the Current object that was passed to the servant. More...
 

Protected Attributes

std::shared_ptr< OutputStreamostr
 The output stream used to marshal the results. More...
 

Detailed Description

Base class for marshaled result structures, which are generated for operations having the marshaled-result metadata tag.

Constructor & Destructor Documentation

◆ MarshaledResult()

Ice::MarshaledResult::MarshaledResult ( const Current current)

The constructor requires the Current object that was passed to the servant.

Member Function Documentation

◆ getOutputStream()

std::shared_ptr<OutputStream> Ice::MarshaledResult::getOutputStream ( ) const
inline

Obtains the output stream that is used to marshal the results.

Returns
The output stream.

Member Data Documentation

◆ ostr

std::shared_ptr<OutputStream> Ice::MarshaledResult::ostr
protected

The output stream used to marshal the results.


The documentation for this class was generated from the following file: