|
Ice 3.7 C++11 API Reference
|
Holds the results of a call to ice_invoke. More...
#include <Object.h>
Public Attributes | |
| std::vector<::Ice::Byte > | outParams |
| Holds an encapsulation of the encoded results. | |
| bool | returnValue |
| Indicates whether the invocation resulted in success (true) or a user exception (false). | |
Holds the results of a call to ice_invoke.
| 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.
| bool Ice::Object::Ice_invokeResult::returnValue |
Indicates whether the invocation resulted in success (true) or a user exception (false).