userver: userver/baggage/fwd.hpp Source File
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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
9namespace baggage {
10
11class BaggageManagerComponent;
12class BaggageManager;
13class Baggage;
14class BaggageEntry;
16
17using BaggageProperties =
18 std::vector<std::pair<std::string, std::optional<std::string>>>;
19
20} // namespace baggage