userver
C++ Async Framework
Loading...
Searching...
No Matches
fwd.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/baggage/fwd.hpp
4
/// @brief Forward declarations of baggage and baggage helpers classes
5
6
#
include
<
string
>
7
#
include
<
vector
>
8
9
namespace
baggage {
10
11
class
BaggageManagerComponent;
12
class
BaggageManager;
13
class
Baggage
;
14
class
BaggageEntry
;
15
class
BaggageEntryProperty
;
16
17
using
BaggageProperties =
18
std::vector<std::pair<std::string, std::optional<std::string>>>;
19
20
}
// namespace baggage
userver
baggage
fwd.hpp
Generated on Wed May 15 2024 22:35:49 for userver by
Doxygen
1.10.0