userver
C++ Async Framework
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
7
USERVER_NAMESPACE_BEGIN
8
9
namespace
components
{
10
// NOLINTNEXTLINE(bugprone-forward-declaration-namespace)
11
class
Secdist;
12
}
// namespace components
13
14
namespace
storages::
secdist
{
15
// NOLINTNEXTLINE(bugprone-forward-declaration-namespace)
16
class
Secdist;
17
class
SecdistConfig;
18
}
// namespace storages::secdist
19
20
USERVER_NAMESPACE_END
userver
storages
secdist
fwd.hpp
Generated on Tue Nov 19 2024 11:34:58 for userver by
Doxygen
1.10.0