|
cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
This is the complete list of members for msgpack_rpc::logging::SourceLocationView, including all inherited members.
| file_path() const noexcept | msgpack_rpc::logging::SourceLocationView | inline |
| file_path_ | msgpack_rpc::logging::SourceLocationView | private |
| function() const noexcept | msgpack_rpc::logging::SourceLocationView | inline |
| function_ | msgpack_rpc::logging::SourceLocationView | private |
| line() const noexcept | msgpack_rpc::logging::SourceLocationView | inline |
| line_ | msgpack_rpc::logging::SourceLocationView | private |
| SourceLocationView(std::string_view file_path, std::uint32_t line, std::string_view function) noexcept | msgpack_rpc::logging::SourceLocationView | inline |