ardour
Public Member Functions | Private Attributes | List of all members
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 28 of file unwind.h.

Constructor & Destructor Documentation

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

Definition at line 30 of file unwind.h.

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

Definition at line 31 of file unwind.h.

Member Data Documentation

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

Definition at line 35 of file unwind.h.

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

Definition at line 34 of file unwind.h.


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