Ardour  9.0-pre0-350-gf17a656217
PBD::Unwinder< T > Class Template Reference

#include <unwind.h>

Public Member Functions

 Unwinder (T &var, T new_val)
 
 ~Unwinder ()
 

Private Attributes

T & _var
 
_old_val
 

Detailed Description

template<typename T>
class PBD::Unwinder< T >

Definition at line 26 of file unwind.h.

Constructor & Destructor Documentation

◆ Unwinder()

template<typename T >
PBD::Unwinder< T >::Unwinder ( T &  var,
new_val 
)
inline

Definition at line 28 of file unwind.h.

◆ ~Unwinder()

template<typename T >
PBD::Unwinder< T >::~Unwinder ( )
inline

Definition at line 29 of file unwind.h.

Member Data Documentation

◆ _old_val

template<typename T >
T PBD::Unwinder< T >::_old_val
private

Definition at line 33 of file unwind.h.

◆ _var

template<typename T >
T& PBD::Unwinder< T >::_var
private

Definition at line 32 of file unwind.h.


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