userver: userver/ugrpc/client/fwd.hpp Source File
Loading...
Searching...
No Matches
fwd.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/ugrpc/client/fwd.hpp
4/// @brief Forward declarations for `ugrpc::client` classes.
5
6USERVER_NAMESPACE_BEGIN
7
8namespace utils {
9
10template <typename T>
11class DefaultDict;
12
13} // namespace utils
14
15namespace testsuite {
16class GrpcControl;
17} // namespace testsuite
18
19namespace ugrpc::client {
20
21class ClientFactory;
22class GenericClient;
23struct Qos;
24using ClientQos = utils::DefaultDict<Qos>;
25
26} // namespace ugrpc::client
27
28USERVER_NAMESPACE_END