Base class for marshaled result structures, which are generated for operations having the marshaled-result metadata tag.
More...
#include <Ice/Ice.h>
|
| std::shared_ptr< OutputStream > | ostr |
| | The output stream used to marshal the results.
|
Base class for marshaled result structures, which are generated for operations having the marshaled-result metadata tag.
◆ MarshaledResult()
| Ice::MarshaledResult::MarshaledResult |
( |
const Current & | current | ) |
|
The constructor requires the Current object that was passed to the servant.
◆ 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.
◆ ostr
The output stream used to marshal the results.
The documentation for this class was generated from the following file: