Class used to obtain method call result code.
More...
#include <method-result.hpp>
Class used to obtain method call result code.
This class may be used to return value both:
PeerID cargo::ipc::MethodResult::getPeerID |
( |
| ) |
const |
template<typename Data >
void cargo::ipc::MethodResult::set |
( |
const std::shared_ptr< Data > & |
data | ) |
|
|
inline |
void cargo::ipc::MethodResult::setError |
( |
const int |
code, |
|
|
const std::string & |
message |
|
) |
| |
void cargo::ipc::MethodResult::setInternal |
( |
const std::shared_ptr< void > & |
data | ) |
|
|
private |
void cargo::ipc::MethodResult::setVoid |
( |
| ) |
|
MessageID cargo::ipc::MethodResult::mMessageID |
|
private |
MethodID cargo::ipc::MethodResult::mMethodID |
|
private |
PeerID cargo::ipc::MethodResult::mPeerID |
|
private |
Processor& cargo::ipc::MethodResult::mProcessor |
|
private |
The documentation for this class was generated from the following files: