userver: userver/baggage/fwd.hpp Source File
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 <optional>
7#include <string>
8#include <utility>
9#include <vector>
10
11namespace baggage {
12
13class BaggageManagerComponent;
14class BaggageManager;
15class Baggage;
16class BaggageEntry;
18
19using BaggageProperties = std::vector<std::pair<std::string, std::optional<std::string>>>;
20
21} // namespace baggage