diff options
Diffstat (limited to 'lldb/include/lldb/API/SBValue.h')
-rw-r--r-- | lldb/include/lldb/API/SBValue.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lldb/include/lldb/API/SBValue.h b/lldb/include/lldb/API/SBValue.h index feeb20a06db..0cbba42d374 100644 --- a/lldb/include/lldb/API/SBValue.h +++ b/lldb/include/lldb/API/SBValue.h @@ -21,6 +21,13 @@ class SBValue public: SBValue (); + SBValue (const SBValue &rhs); + +#ifndef SWIG + const SBValue & + operator =(const SBValue &rhs); +#endif + ~SBValue (); bool |