9#ifndef LLDB_API_SBSCRIPTOBJECT_H
10#define LLDB_API_SBSCRIPTOBJECT_H
30 explicit operator bool()
const;
lldb::ScriptLanguage GetLanguage() const
friend class SBStructuredData
lldb::ScriptObjectPtr GetPointer() const
SBScriptObject(const ScriptObjectPtr ptr, lldb::ScriptLanguage lang)
lldb_private::ScriptObject & ref()
bool operator!=(const SBScriptObject &rhs) const
lldb_private::ScriptObject * get()
const lldb::SBScriptObject & operator=(const lldb::SBScriptObject &rhs)
std::unique_ptr< lldb_private::ScriptObject > m_opaque_up
A class that represents a running process on the host machine.
ScriptLanguage
Script interpreter types.