userver
C++ Async Framework
Loading...
Searching...
No Matches
fwd.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/utils/statistics/fwd.hpp
4
/// @brief Forward declarations for statistics entities
5
6
#
include
<
memory
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
/// @brief Statistics writers, metric types, and histogram helpers.
11
namespace
utils
::
statistics
{
12
13
// NOLINTNEXTLINE(bugprone-forward-declaration-namespace)
14
class
Storage;
15
16
// TODO remove
17
struct
StatisticsRequest;
18
19
// NOLINTNEXTLINE(bugprone-forward-declaration-namespace)
20
class
Request;
21
22
// NOLINTNEXTLINE(bugprone-forward-declaration-namespace)
23
class
Entry;
24
class
Writer;
25
26
class
MetricsStorage;
27
using
MetricsStoragePtr = std::shared_ptr<MetricsStorage>;
28
29
}
// namespace utils::statistics
30
31
USERVER_NAMESPACE_END
userver
utils
statistics
fwd.hpp
Generated on Thu May 21 2026 16:16:03 for userver by
Doxygen
1.13.2