cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Implementation of MessageParser class. More...
#include "msgpack_rpc/messages/message_parser.h"
#include <utility>
#include "msgpack_rpc/common/msgpack_rpc_exception.h"
#include "msgpack_rpc/common/status_code.h"
#include "msgpack_rpc/messages/impl/parse_message_from_object.h"
#include "msgpack_rpc/messages/parsed_message.h"
Go to the source code of this file.
Namespaces | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. |
Implementation of MessageParser class.
Definition in file message_parser.cpp.