Definition at line 22 of file FormatCache.h.
◆ Entry()
FormatCache::Entry::Entry |
( |
| ) |
|
◆ Get() [1/3]
void FormatCache::Entry::Get |
( |
lldb::SyntheticChildrenSP & |
retval | ) |
|
◆ Get() [2/3]
void FormatCache::Entry::Get |
( |
lldb::TypeFormatImplSP & |
retval | ) |
|
◆ Get() [3/3]
void FormatCache::Entry::Get |
( |
lldb::TypeSummaryImplSP & |
retval | ) |
|
◆ IsCached()
template<typename ImplSP >
bool lldb_private::FormatCache::Entry::IsCached |
( |
| ) |
|
◆ IsFormatCached()
bool FormatCache::Entry::IsFormatCached |
( |
| ) |
|
◆ IsSummaryCached()
bool FormatCache::Entry::IsSummaryCached |
( |
| ) |
|
◆ IsSyntheticCached()
bool FormatCache::Entry::IsSyntheticCached |
( |
| ) |
|
◆ Set() [1/3]
void FormatCache::Entry::Set |
( |
lldb::SyntheticChildrenSP |
synthetic_sp | ) |
|
◆ Set() [2/3]
void FormatCache::Entry::Set |
( |
lldb::TypeFormatImplSP |
format_sp | ) |
|
◆ Set() [3/3]
void FormatCache::Entry::Set |
( |
lldb::TypeSummaryImplSP |
summary_sp | ) |
|
◆ m_format_cached
bool lldb_private::FormatCache::Entry::m_format_cached |
|
private |
◆ m_format_sp
lldb::TypeFormatImplSP lldb_private::FormatCache::Entry::m_format_sp |
|
private |
◆ m_summary_cached
bool lldb_private::FormatCache::Entry::m_summary_cached |
|
private |
◆ m_summary_sp
lldb::TypeSummaryImplSP lldb_private::FormatCache::Entry::m_summary_sp |
|
private |
◆ m_synthetic_cached
bool lldb_private::FormatCache::Entry::m_synthetic_cached |
|
private |
◆ m_synthetic_sp
lldb::SyntheticChildrenSP lldb_private::FormatCache::Entry::m_synthetic_sp |
|
private |
The documentation for this struct was generated from the following files: