#include "unwind-prot.h"
Public Member Functions | |
unwind_action (const unwind_action &)=delete | |
template<typename F , typename... Args> | |
unwind_action (F &&fcn, Args &&... args) | |
~unwind_action (void) | |
unwind_action & | operator= (const unwind_action &)=delete |
Private Attributes | |
std::function< void(void)> | m_fcn |
Definition at line 165 of file unwind-prot.h.
|
inline |
Definition at line 170 of file unwind-prot.h.
|
delete |
|
inline |
Definition at line 180 of file unwind-prot.h.
References m_fcn.
|
delete |
|
private |
Definition at line 184 of file unwind-prot.h.
Referenced by ~unwind_action().