cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of ParsedMessage type. More...
#include <variant>
#include "msgpack_rpc/messages/parsed_notification.h"
#include "msgpack_rpc/messages/parsed_request.h"
#include "msgpack_rpc/messages/parsed_response.h"
Go to the source code of this file.
Namespaces | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. |
Typedefs | |
using | msgpack_rpc::messages::ParsedMessage |
Type of parsed messages. |
Definition of ParsedMessage type.
Definition in file parsed_message.h.