#include <ScriptedInterface.h>
Definition at line 25 of file ScriptedInterface.h.
◆ ScriptedInterface()
lldb_private::ScriptedInterface::ScriptedInterface |
( |
| ) |
|
|
default |
◆ ~ScriptedInterface()
virtual lldb_private::ScriptedInterface::~ScriptedInterface |
( |
| ) |
|
|
virtualdefault |
◆ CheckStructuredDataObject()
template<typename T = StructuredData::ObjectSP>
static bool lldb_private::ScriptedInterface::CheckStructuredDataObject |
( |
llvm::StringRef |
caller, |
|
|
T |
obj, |
|
|
Status & |
error |
|
) |
| |
|
inlinestatic |
◆ CreateInstance()
◆ ErrorWithMessage()
template<typename Ret >
static Ret lldb_private::ScriptedInterface::ErrorWithMessage |
( |
llvm::StringRef |
caller_name, |
|
|
llvm::StringRef |
error_msg, |
|
|
Status & |
error, |
|
|
LLDBLog |
log_caterogy = LLDBLog::Process |
|
) |
| |
|
inlinestatic |
◆ GetAbstractMethods()
virtual llvm::SmallVector< llvm::StringLiteral > lldb_private::ScriptedInterface::GetAbstractMethods |
( |
| ) |
const |
|
pure virtual |
◆ GetScriptObjectInstance()
◆ m_object_instance_sp
The documentation for this class was generated from the following file: