userver: userver/dynamic_config/fwd.hpp Source File
Loading...
Searching...
No Matches
fwd.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/dynamic_config/fwd.hpp
4/// @brief Forward declarations of `dynamic_config` classes
5
6USERVER_NAMESPACE_BEGIN
7
8namespace components {
9
10// NOLINTNEXTLINE(bugprone-forward-declaration-namespace)
11class DynamicConfig;
13
14} // namespace components
15
16namespace dynamic_config {
17
18struct Diff;
19class DocsMap;
20class KeyValue;
21class Snapshot; // NOLINT(bugprone-forward-declaration-namespace)
22class Source;
23
24template <typename Variable>
25class Key;
26
27} // namespace dynamic_config
28
29USERVER_NAMESPACE_END