LLDB mainline
|
#include <FormatClasses.h>
Public Types | |
template<typename FormatterType > | |
using | HardcodedFormatterFinder = std::function< typename FormatterType::SharedPointer(lldb_private::ValueObject &, lldb::DynamicValueType, FormatManager &)> |
template<typename FormatterType > | |
using | HardcodedFormatterFinders = std::vector< HardcodedFormatterFinder< FormatterType > > |
typedef HardcodedFormatterFinders< TypeFormatImpl > | HardcodedFormatFinder |
typedef HardcodedFormatterFinders< TypeSummaryImpl > | HardcodedSummaryFinder |
typedef HardcodedFormatterFinders< SyntheticChildren > | HardcodedSyntheticFinder |
Definition at line 28 of file FormatClasses.h.
typedef HardcodedFormatterFinders<TypeFormatImpl> lldb_private::HardcodedFormatters::HardcodedFormatFinder |
Definition at line 40 of file FormatClasses.h.
using lldb_private::HardcodedFormatters::HardcodedFormatterFinder = std::function<typename FormatterType::SharedPointer( lldb_private::ValueObject &, lldb::DynamicValueType, FormatManager &)> |
Definition at line 31 of file FormatClasses.h.
using lldb_private::HardcodedFormatters::HardcodedFormatterFinders = std::vector<HardcodedFormatterFinder<FormatterType> > |
Definition at line 37 of file FormatClasses.h.
typedef HardcodedFormatterFinders<TypeSummaryImpl> lldb_private::HardcodedFormatters::HardcodedSummaryFinder |
Definition at line 41 of file FormatClasses.h.
typedef HardcodedFormatterFinders<SyntheticChildren> lldb_private::HardcodedFormatters::HardcodedSyntheticFinder |
Definition at line 42 of file FormatClasses.h.