GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
unwind_action_safe Class Reference

#include "unwind-prot.h"

Public Member Functions

 unwind_action_safe ()
 
template<typename F , typename... Args>
 unwind_action_safe (F &&fcn, Args &&... args)
 
 ~unwind_action_safe ()
 
void discard ()
 
void run ()
 
void set ()
 
template<typename F , typename... Args>
void set (F &&fcn, Args &&... args)
 

Detailed Description

Definition at line 207 of file unwind-prot.h.

Constructor & Destructor Documentation

◆ unwind_action_safe() [1/2]

unwind_action_safe::unwind_action_safe ( )
inline

Definition at line 215 of file unwind-prot.h.

◆ unwind_action_safe() [2/2]

template<typename F , typename... Args>
unwind_action_safe::unwind_action_safe ( F &&  fcn,
Args &&...  args 
)
inline

Definition at line 221 of file unwind-prot.h.

◆ ~unwind_action_safe()

unwind_action_safe::~unwind_action_safe ( )
inline

Definition at line 227 of file unwind-prot.h.

Member Function Documentation

◆ discard()

void unwind_action_safe::discard ( )
inline

◆ run()

void unwind_action_safe::run ( )
inline

Definition at line 243 of file unwind-prot.h.

◆ set() [1/2]

void unwind_action_safe::set ( )
inline

Definition at line 238 of file unwind-prot.h.

◆ set() [2/2]

template<typename F , typename... Args>
void unwind_action_safe::set ( F &&  fcn,
Args &&...  args 
)
inline

Definition at line 233 of file unwind-prot.h.


The documentation for this class was generated from the following files: