GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
action_container::restore_var_elem< T > Class Template Reference

#include "action-container.h"

Inheritance diagram for action_container::restore_var_elem< T >:
Inheritance graph
[legend]
Collaboration diagram for action_container::restore_var_elem< T >:
Collaboration graph
[legend]

Public Member Functions

 restore_var_elem (T &ref, const T &val)
 
void run (void)
 

Private Member Functions

 restore_var_elem (const restore_var_elem &)
 
restore_var_elemoperator= (const restore_var_elem &)
 

Private Attributes

T * e_ptr
 
e_val
 

Detailed Description

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

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

Constructor & Destructor Documentation

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

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

template<class T >
action_container::restore_var_elem< T >::restore_var_elem ( const restore_var_elem< T > &  )
private

Member Function Documentation

template<class T >
restore_var_elem& action_container::restore_var_elem< T >::operator= ( const restore_var_elem< T > &  )
private
template<class T >
void action_container::restore_var_elem< T >::run ( void  )
inlinevirtual

Reimplemented from action_container::elem.

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

Member Data Documentation

template<class T >
T* action_container::restore_var_elem< T >::e_ptr
private

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

template<class T >
T action_container::restore_var_elem< T >::e_val
private

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


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