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

#include "unwind-prot.h"

Collaboration diagram for octave::unwind_action:

Public Member Functions

 unwind_action (const unwind_action &)=delete
 
template<typename F , typename... Args>
 unwind_action (F &&fcn, Args &&... args)
 
 ~unwind_action (void)
 
unwind_actionoperator= (const unwind_action &)=delete
 

Private Attributes

std::function< void(void)> m_fcn
 

Detailed Description

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

Constructor & Destructor Documentation

◆ unwind_action() [1/2]

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

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

◆ unwind_action() [2/2]

octave::unwind_action::unwind_action ( const unwind_action )
delete

◆ ~unwind_action()

octave::unwind_action::~unwind_action ( void  )
inline

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

References m_fcn.

Member Function Documentation

◆ operator=()

unwind_action& octave::unwind_action::operator= ( const unwind_action )
delete

Member Data Documentation

◆ m_fcn

std::function<void (void)> octave::unwind_action::m_fcn
private

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

Referenced by ~unwind_action().


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