9#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_NSDICTIONARY_H
10#define LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_NSDICTIONARY_H
23template <
bool name_entries>
25 const TypeSummaryOptions &options);
48 typedef std::unique_ptr<Matcher>
UP;
73 return std::make_unique<Prefix>(p);
77 template <
typename FormatterType>
79 std::pair<AdditionalFormatterMatching::MatcherUP, FormatterType>;
81 template <
typename FormatterType>
85 GetAdditionalSummaries();
88 GetAdditionalSynthetics();
A uniqued constant string class.
A stream class that can stream formatted output to a file.
A class that represents a running process on the host machine.
std::shared_ptr< lldb_private::ValueObject > ValueObjectSP