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

#include "unwind-prot.h"

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ unwind_action() [1/2]

unwind_action::unwind_action ( )
inline

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

◆ unwind_action() [2/2]

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

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

◆ ~unwind_action()

unwind_action::~unwind_action ( )
inline

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

Member Function Documentation

◆ discard()

void unwind_action::discard ( )
inline

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

◆ run()

void unwind_action::run ( )
inline

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

◆ set() [1/2]

void unwind_action::set ( )
inline

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

◆ set() [2/2]

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

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


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