userver
C++ Async Framework
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
6
USERVER_NAMESPACE_BEGIN
7
8
namespace
utils
{
9
10
template
<
typename
T>
11
class
DefaultDict;
12
13
}
// namespace utils
14
15
namespace
testsuite {
16
class
GrpcControl
;
17
}
// namespace testsuite
18
19
namespace
ugrpc::
client
{
20
21
class
ClientFactory;
22
class
GenericClient;
23
struct
Qos;
24
using
ClientQos =
utils
::DefaultDict<Qos>;
25
26
}
// namespace ugrpc::client
27
28
USERVER_NAMESPACE_END
userver
ugrpc
client
fwd.hpp
Generated on Tue Nov 19 2024 11:34:58 for userver by
Doxygen
1.10.0