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
namespace
utils::statistics {
11
12
// NOLINTNEXTLINE(bugprone-forward-declaration-namespace)
13
class
Storage;
14
15
// TODO remove
16
struct
StatisticsRequest;
17
18
// NOLINTNEXTLINE(bugprone-forward-declaration-namespace)
19
class
Request;
20
21
// NOLINTNEXTLINE(bugprone-forward-declaration-namespace)
22
class
Entry;
23
class
Writer;
24
25
class
MetricsStorage;
26
using
MetricsStoragePtr = std::shared_ptr<MetricsStorage>;
27
28
}
// namespace utils::statistics
29
30
USERVER_NAMESPACE_END
userver
utils
statistics
fwd.hpp
Generated on Tue Nov 19 2024 11:25:22 for userver by
Doxygen
1.10.0