userver: userver/ydb/fwd.hpp Source File
Loading...
Searching...
No Matches
fwd.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/ydb/fwd.hpp
4/// @brief Forward declarations of YDB clients and component
5
6USERVER_NAMESPACE_BEGIN
7
8namespace ydb {
9
10class TableClient;
11class TopicClient;
12class FederatedTopicClient;
13class CoordinationClient;
14class YdbComponent;
15
16} // namespace ydb
17
18USERVER_NAMESPACE_END