#include "unwind-prot.h"
Public Member Functions | |
unwind_protect_var (const unwind_protect_var &)=delete | |
unwind_protect_var (T &ref) | |
unwind_protect_var (T &ref, const T &new_val) | |
~unwind_protect_var (void) | |
unwind_protect_var & | operator= (const unwind_protect_var &)=delete |
Private Attributes | |
T & | m_ref |
T | m_val |
Definition at line 222 of file unwind-prot.h.
|
inlineexplicit |
Definition at line 229 of file unwind-prot.h.
|
inline |
Definition at line 237 of file unwind-prot.h.
References octave::unwind_protect_var< T >::m_ref.
|
delete |
|
inline |
Definition at line 249 of file unwind-prot.h.
References octave::unwind_protect_var< T >::m_ref, and octave::unwind_protect_var< T >::m_val.
|
delete |
|
private |
Definition at line 256 of file unwind-prot.h.
Referenced by octave::unwind_protect_var< T >::unwind_protect_var(), and octave::unwind_protect_var< T >::~unwind_protect_var().
|
private |
Definition at line 257 of file unwind-prot.h.
Referenced by octave::unwind_protect_var< T >::~unwind_protect_var().