#include <FormatClasses.h>
Definition at line 45 of file FormatClasses.h.
◆ FormattersMatchCandidate()
◆ ~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 |
◆ GetPtrStrippedDepth()
uint32_t lldb_private::FormattersMatchCandidate::GetPtrStrippedDepth |
( |
| ) |
const |
|
inline |
◆ GetScriptInterpreter()
ScriptInterpreter * lldb_private::FormattersMatchCandidate::GetScriptInterpreter |
( |
| ) |
const |
|
inline |
◆ GetType()
TypeImpl lldb_private::FormattersMatchCandidate::GetType |
( |
| ) |
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_ptr_stripped_depth
uint32_t lldb_private::FormattersMatchCandidate::m_ptr_stripped_depth |
|
private |
◆ m_script_interpreter
◆ m_type
TypeImpl lldb_private::FormattersMatchCandidate::m_type |
|
private |
◆ m_type_name
ConstString lldb_private::FormattersMatchCandidate::m_type_name |
|
private |
The documentation for this class was generated from the following file: