userver: userver/tracing/fwd.hpp Source File
Loading...
Searching...
No Matches
fwd.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/tracing/fwd.hpp
4/// @brief Forward declarations of the tracing types.
5
6USERVER_NAMESPACE_BEGIN
7
8namespace tracing {
9
10enum class ReferenceType { kChild, kReference };
11
12class SpanBuilder;
13struct SpanEvent;
14class Span;
15class AnyValue;
16
17} // namespace tracing
18
19USERVER_NAMESPACE_END