cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
namespaces.h
Go to the documentation of this file.
1/*
2 * Copyright 2023 Kenta Kabashima.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
20
25
30
35
40
44namespace msgpack_rpc {
45
50
55
59 namespace addresses {}
60
65
70
74 namespace clients {
75
80
85
89 namespace impl {}
90
91 } // namespace clients
92
97
102
106 inline namespace common {}
107
112
117
121 namespace config {}
122
128
134
138 namespace executors {}
139
144
149
153 namespace logging {
154
159
163 namespace impl {
164
169 namespace spdlog_backend {}
170
171 } // namespace impl
172
173 } // namespace logging
174
179
184
188 namespace messages {
189
194
199
203 namespace impl {}
204
205 } // namespace messages
206
211
216
220 namespace methods {}
221
226
231
235 namespace servers {
236
241
246
250 namespace impl {}
251
252 } // namespace servers
253
258
263
267 namespace transport {
268
272 namespace impl {}
273
278
282 namespace tcp {}
283
284 } // namespace transport
285
290
295
299 namespace util {
300
304 namespace impl {}
305
306 } // namespace util
307
308} // namespace msgpack_rpc
309
313namespace fmt {}
Namespace of fmt library.
Definition uri.h:113
Namespace of addresses.
Definition i_address.h:26
Namespace of internal implementations.
Namespace of clients.
Definition call_future.h:30
Namespace of common classes and functions.
Namespace of configurations.
Namespace of executors to process asynchronous tasks.
Namespace of internal implementation of logging using spdlog library.
Namespace of internal implementations.
Namespace of logging.
Definition i_log_sink.h:27
Namespace of internal implementations.
Namespace of messages.
Definition buffer_view.h:24
Namespace of methods in MessagePack-RPC.
Namespace of internal implementation.
Namespace of servers.
Namespace of internal implementations.
Namespace of transport of messages via TCP.
Namespace of transport of messages.
Definition backends.h:31
Namespace of internal implementations.
Namespace of utilities.
Namespace of cpp-msgpack-rpc library.
Definition i_address.h:26