cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
This is the complete list of members for msgpack_rpc::messages::MethodNameView, including all inherited members.
MethodNameView(const MethodName &name) noexcept | msgpack_rpc::messages::MethodNameView | inline |
MethodNameView(const std::string &name) | msgpack_rpc::messages::MethodNameView | inline |
MethodNameView(std::string_view name) | msgpack_rpc::messages::MethodNameView | inline |
MethodNameView(const char *name, std::size_t size) | msgpack_rpc::messages::MethodNameView | inline |
MethodNameView(const char *name) | msgpack_rpc::messages::MethodNameView | inline |
name() const noexcept | msgpack_rpc::messages::MethodNameView | inline |
name_ | msgpack_rpc::messages::MethodNameView | private |
operator MethodName() const | msgpack_rpc::messages::MethodNameView | inlineexplicit |