LLDB mainline
|
#include <ScriptObject.h>
Public Member Functions | |
ScriptObject (lldb::ScriptObjectPtr ptr, lldb::ScriptLanguage lang) | |
operator bool () const | |
const void * | GetPointer () const |
lldb::ScriptLanguage | GetLanguage () const |
Private Attributes | |
const void * | m_ptr |
lldb::ScriptLanguage | m_language |
Definition at line 15 of file ScriptObject.h.
|
inline |
Definition at line 17 of file ScriptObject.h.
|
inline |
Definition at line 24 of file ScriptObject.h.
References m_language.
|
inline |
Definition at line 22 of file ScriptObject.h.
References m_ptr.
|
inline |
Definition at line 20 of file ScriptObject.h.
References m_ptr.
|
private |
Definition at line 28 of file ScriptObject.h.
Referenced by GetLanguage().
|
private |
Definition at line 27 of file ScriptObject.h.
Referenced by GetPointer(), and operator bool().