userver: userver/storages/secdist/fwd.hpp Source File
Loading...
Searching...
No Matches
fwd.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/storages/secdist/fwd.hpp
4/// @brief Forward declarations of components::Secdist,
5/// storages::secdist::Secdist and storages::secdist::SecdistConfig
6
7USERVER_NAMESPACE_BEGIN
8
9namespace components {
10// NOLINTNEXTLINE(bugprone-forward-declaration-namespace)
11class Secdist;
12} // namespace components
13
14namespace storages::secdist {
15// NOLINTNEXTLINE(bugprone-forward-declaration-namespace)
16class Secdist;
17class SecdistConfig;
18} // namespace storages::secdist
19
20USERVER_NAMESPACE_END