GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
action_container::restore_var_elem< T > Class Template Reference

#include "action-container.h"

Inheritance diagram for action_container::restore_var_elem< T >:
action_container::elem

Public Member Functions

 restore_var_elem (T &ref, const T &val)
 
 ~restore_var_elem ()=default
 
void run ()
 
- Public Member Functions inherited from action_container::elem
 elem ()
 
virtual ~elem ()=default
 

Detailed Description

template<typename T>
class action_container::restore_var_elem< T >

Definition at line 105 of file action-container.h.

Constructor & Destructor Documentation

◆ restore_var_elem()

template<typename T >
action_container::restore_var_elem< T >::restore_var_elem ( T &  ref,
const T &  val 
)
inline

Definition at line 109 of file action-container.h.

◆ ~restore_var_elem()

template<typename T >
action_container::restore_var_elem< T >::~restore_var_elem ( )
default

Member Function Documentation

◆ run()

template<typename T >
void action_container::restore_var_elem< T >::run ( )
inlinevirtual

Reimplemented from action_container::elem.

Definition at line 116 of file action-container.h.


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