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/baggage/fwd.hpp
4
/// @brief Forward declarations of baggage and baggage helpers classes
5
6
#
include
<
optional
>
7
#
include
<
string
>
8
#
include
<
utility
>
9
#
include
<
vector
>
10
11
namespace
baggage {
12
13
class
BaggageManagerComponent;
14
class
BaggageManager;
15
class
Baggage
;
16
class
BaggageEntry
;
17
class
BaggageEntryProperty
;
18
19
using
BaggageProperties = std::vector<std::pair<std::string, std::optional<std::string>>>;
20
21
}
// namespace baggage
userver
baggage
fwd.hpp
Generated on Wed Apr 30 2025 16:00:03 for userver by
Doxygen
1.13.2