cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
parse_message_from_object.h File Reference

Definition of parse_message_from_object function. More...

Include dependency graph for parse_message_from_object.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  msgpack_rpc
 Namespace of cpp-msgpack-rpc library.
namespace  msgpack_rpc::messages
 Namespace of messages.
namespace  msgpack_rpc::messages::impl
 Namespace of internal implementations.

Functions

ParsedMessage msgpack_rpc::messages::impl::parse_message_from_object (msgpack::object_handle object)
 Parse a message from an object in msgpack library.
MessageID msgpack_rpc::messages::impl::parse_message_id_from_object (const msgpack::object &object)
 Parse a message ID from an object in msgpack library.
MessageType msgpack_rpc::messages::impl::parse_message_type_from_object (const msgpack::object &object)
 Parse a message type from an object in msgpack library.
MethodNameView msgpack_rpc::messages::impl::parse_method_name_from_object (const msgpack::object &object)
 Parse a method name from an object in msgpack library.
ParsedNotification msgpack_rpc::messages::impl::parse_notification_from_object (msgpack::object_handle object)
 Parse a notification from an object in msgpack library.
ParsedRequest msgpack_rpc::messages::impl::parse_request_from_object (msgpack::object_handle object)
 Parse a request from an object in msgpack library.
ParsedResponse msgpack_rpc::messages::impl::parse_response_from_object (msgpack::object_handle object)
 Parse a response from an object in msgpack library.

Detailed Description

Definition of parse_message_from_object function.

Definition in file parse_message_from_object.h.