userver
C++ Async Framework
Toggle main menu visibility
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
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 Wed Apr 30 2025 16:00:03 for userver by
Doxygen
1.13.2