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

#include "action-container.h"

Inheritance diagram for octave::action_container::restore_var_elem< T >:
Collaboration diagram for octave::action_container::restore_var_elem< T >:

Public Member Functions

 restore_var_elem (T &ref, const T &val)
 
 restore_var_elem (const restore_var_elem &)=delete
 
restore_var_elemoperator= (const restore_var_elem &)=delete
 
void run (void)
 

Private Attributes

T * e_ptr
 
e_val
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ restore_var_elem() [1/2]

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

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

◆ restore_var_elem() [2/2]

template<typename T >
octave::action_container::restore_var_elem< T >::restore_var_elem ( const restore_var_elem< T > &  )
delete

Member Function Documentation

◆ operator=()

template<typename T >
restore_var_elem& octave::action_container::restore_var_elem< T >::operator= ( const restore_var_elem< T > &  )
delete

◆ run()

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

Reimplemented from octave::action_container::elem.

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

Member Data Documentation

◆ e_ptr

template<typename T >
T* octave::action_container::restore_var_elem< T >::e_ptr
private

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

◆ e_val

template<typename T >
T octave::action_container::restore_var_elem< T >::e_val
private

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


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