9#ifndef LLDB_DATAFORMATTERS_FORMATMANAGER_H
10#define LLDB_DATAFORMATTERS_FORMATMANAGER_H
13#include <initializer_list>
41 typedef std::map<lldb::LanguageType, LanguageCategory::UniquePointer>
63 category_sp->AddLanguage(lang);
100 bool can_create =
true);
157 static std::vector<lldb::LanguageType>
166 bool root_level =
false,
167 uint32_t ptr_stripped_depth = 0);
180 template <
typename ImplSP>
Generic representation of a type in a programming language.
A uniqued constant string class.
std::function< bool(const lldb::TypeCategoryImplSP &)> ForEachCallback
static const Position Default
CompilerType GetCompilerType()
A class that represents a running process on the host machine.
std::vector< FormattersMatchCandidate > FormattersMatchVector
std::shared_ptr< lldb_private::TypeSummaryImpl > TypeSummaryImplSP
std::shared_ptr< lldb_private::TypeFormatImpl > TypeFormatImplSP
std::shared_ptr< lldb_private::TypeNameSpecifierImpl > TypeNameSpecifierImplSP
Format
Display format definitions.
LanguageType
Programming language type.
std::shared_ptr< lldb_private::SyntheticChildren > SyntheticChildrenSP
std::shared_ptr< lldb_private::TypeCategoryImpl > TypeCategoryImplSP
std::shared_ptr< lldb_private::ScriptedSyntheticChildren > ScriptedSyntheticChildrenSP
std::shared_ptr< lldb_private::TypeFilterImpl > TypeFilterImplSP