This is the complete list of members for baggage::Baggage, including all inherited members.
| AddEntry(std::string key, std::string value, BaggageProperties properties) | baggage::Baggage | |
| Baggage(std::string header, std::unordered_set< std::string > allowed_keys) (defined in baggage::Baggage) | baggage::Baggage | |
| Baggage(const Baggage &) noexcept (defined in baggage::Baggage) | baggage::Baggage | |
| Baggage(Baggage &&) noexcept (defined in baggage::Baggage) | baggage::Baggage | |
| GetAllowedKeys() const | baggage::Baggage | |
| GetEntries() const | baggage::Baggage | |
| GetEntry(const std::string &key) const | baggage::Baggage | |
| HasEntry(const std::string &key) const | baggage::Baggage | |
| IsValidEntry(const std::string &key) const | baggage::Baggage | |
| ToString() const (defined in baggage::Baggage) | baggage::Baggage | |
| TryMakeBaggageEntry(std::string_view entry) | baggage::Baggage | protected |
| TryMakeBaggageEntryProperty(std::string_view property) (defined in baggage::Baggage) | baggage::Baggage | protectedstatic |