cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of URI class. More...
#include <cstdint>
#include <optional>
#include <ostream>
#include <string>
#include <string_view>
#include <fmt/base.h>
#include "msgpack_rpc/impl/msgpack_rpc_export.h"
Go to the source code of this file.
Classes | |
class | fmt::formatter< msgpack_rpc::addresses::URI > |
Specialization of fmt::formatter for msgpack_rpc::addresses::URI. More... | |
class | msgpack_rpc::addresses::URI |
Class of URIs (Uniform Resource Identifiers) to specify endpoints in this library. More... |
Namespaces | |
namespace | fmt |
Namespace of fmt library. | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. | |
namespace | msgpack_rpc::addresses |
Namespace of addresses. |
Functions | |
std::ostream & | operator<< (std::ostream &stream, const msgpack_rpc::addresses::URI &uri) |
Format a URI. |
Definition of URI class.
Definition in file uri.h.
std::ostream & operator<< | ( | std::ostream & | stream, |
const msgpack_rpc::addresses::URI & | uri ) |