Base Framework
|
Result of remote invocation. More...
#include <base/rmi/InvocationResult.h>
Inherits Object.
Public Types | |
enum | Flags { FAILED = 1, EXCEPTION_RAISED = 2 } |
Public Member Functions | |
InvocationResult (unsigned int _flags, unsigned int _cause) noexcept | |
InvocationResult (const InvocationResult ©) noexcept | |
InvocationResult & | operator= (const InvocationResult &assign) noexcept |
unsigned int | getFlags () const noexcept |
unsigned int | getCause () const noexcept |
Result of remote invocation.
Descriptor for the result of a remote invocation.
|
inlinenoexcept |
Initializes the invocation result.
flags | The flags. |
cause | The cause. |
|
inlinenoexcept |
Initialization of object from other object.
|
inlinenoexcept |
Returns the cause.
|
inlinenoexcept |
Returns the flags.
|
inlinenoexcept |
Assignment of object to object.