Ice 3.7 C++11 API Reference
Public Attributes | List of all members
Ice::Object::Ice_invokeResult Struct Reference

Holds the results of a call to ice_invoke. More...

#include <Object.h>

Public Attributes

std::vector<::Ice::ByteoutParams
 Holds an encapsulation of the encoded results. More...
 
bool returnValue
 Indicates whether the invocation resulted in success (true) or a user exception (false). More...
 

Detailed Description

Holds the results of a call to ice_invoke.

Member Data Documentation

◆ outParams

std::vector<::Ice::Byte> Ice::Object::Ice_invokeResult::outParams

Holds an encapsulation of the encoded results.

If returnValue is true, this contains the encoded out parameters. If returnValue is false, this contains the encoded user exception.

◆ returnValue

bool Ice::Object::Ice_invokeResult::returnValue

Indicates whether the invocation resulted in success (true) or a user exception (false).


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