Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
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.
 MarshaledResult (const Current &current)
 The constructor requires the Current object that was passed to the servant.

Protected Attributes

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

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: