Class of parsed responses.
More...
#include <msgpack_rpc/messages/parsed_response.h>
Class of parsed responses.
Definition at line 32 of file parsed_response.h.
◆ ParsedResponse()
Constructor.
- Parameters
-
| [in] | id | Message ID. |
| [in] | result | Result. |
Definition at line 40 of file parsed_response.h.
◆ id()
| MessageID msgpack_rpc::messages::ParsedResponse::id |
( |
| ) |
const |
|
inlinenodiscardnoexcept |
◆ result()
| const CallResult & msgpack_rpc::messages::ParsedResponse::result |
( |
| ) |
const |
|
inlinenodiscardnoexcept |
◆ id_
| MessageID msgpack_rpc::messages::ParsedResponse::id_ |
|
private |
◆ result_
| CallResult msgpack_rpc::messages::ParsedResponse::result_ |
|
private |
The documentation for this class was generated from the following file: