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