LLDB mainline
lldb_private::HardcodedFormatters Class Reference

#include <FormatClasses.h>

Public Types

template<typename FormatterType>
using HardcodedFormatterFinder
template<typename FormatterType>
using HardcodedFormatterFinders
typedef HardcodedFormatterFinders< TypeFormatImplHardcodedFormatFinder
typedef HardcodedFormatterFinders< TypeSummaryImplHardcodedSummaryFinder
typedef HardcodedFormatterFinders< SyntheticChildrenHardcodedSyntheticFinder

Detailed Description

Definition at line 28 of file FormatClasses.h.

Member Typedef Documentation

◆ HardcodedFormatFinder

◆ HardcodedFormatterFinder

template<typename FormatterType>
using lldb_private::HardcodedFormatters::HardcodedFormatterFinder
Initial value:
std::function<typename FormatterType::SharedPointer(

Definition at line 31 of file FormatClasses.h.

◆ HardcodedFormatterFinders

template<typename FormatterType>
using lldb_private::HardcodedFormatters::HardcodedFormatterFinders
Initial value:
std::vector<HardcodedFormatterFinder<FormatterType>>

Definition at line 37 of file FormatClasses.h.

◆ HardcodedSummaryFinder

◆ HardcodedSyntheticFinder


The documentation for this class was generated from the following file: