#include <FormatClasses.h>
Definition at line 44 of file FormatClasses.h.
◆ FormattersMatchCandidate()
lldb_private::FormattersMatchCandidate::FormattersMatchCandidate |
( |
ConstString |
name, |
|
|
Flags |
flags |
|
) |
| |
|
inline |
◆ ~FormattersMatchCandidate()
lldb_private::FormattersMatchCandidate::~FormattersMatchCandidate |
( |
| ) |
|
|
default |
◆ DidStripPointer()
bool lldb_private::FormattersMatchCandidate::DidStripPointer |
( |
| ) |
const |
|
inline |
◆ DidStripReference()
bool lldb_private::FormattersMatchCandidate::DidStripReference |
( |
| ) |
const |
|
inline |
◆ DidStripTypedef()
bool lldb_private::FormattersMatchCandidate::DidStripTypedef |
( |
| ) |
const |
|
inline |
◆ GetTypeName()
ConstString lldb_private::FormattersMatchCandidate::GetTypeName |
( |
| ) |
const |
|
inline |
◆ IsMatch()
template<class Formatter >
bool lldb_private::FormattersMatchCandidate::IsMatch |
( |
const std::shared_ptr< Formatter > & |
formatter_sp | ) |
const |
|
inline |
◆ m_flags
Flags lldb_private::FormattersMatchCandidate::m_flags |
|
private |
◆ m_type_name
ConstString lldb_private::FormattersMatchCandidate::m_type_name |
|
private |
The documentation for this class was generated from the following file: