#include "unwind-prot.h"
Definition at line 207 of file unwind-prot.h.
◆ unwind_action_safe() [1/2]
unwind_action_safe::unwind_action_safe |
( |
| ) |
|
|
inline |
◆ unwind_action_safe() [2/2]
template<typename F , typename... Args>
unwind_action_safe::unwind_action_safe |
( |
F && |
fcn, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ ~unwind_action_safe()
unwind_action_safe::~unwind_action_safe |
( |
| ) |
|
|
inline |
◆ discard()
void unwind_action_safe::discard |
( |
| ) |
|
|
inline |
◆ run()
void unwind_action_safe::run |
( |
| ) |
|
|
inline |
◆ set() [1/2]
void unwind_action_safe::set |
( |
| ) |
|
|
inline |
◆ set() [2/2]
template<typename F , typename... Args>
void unwind_action_safe::set |
( |
F && |
fcn, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: