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

#include "action-container.h"

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

Public Member Functions

 fcn_arg_elem (void(*fcn)(T), T arg)
 
 fcn_arg_elem (const fcn_arg_elem &)=delete
 
fcn_arg_elemoperator= (const fcn_arg_elem &)=delete
 
void run (void)
 

Private Attributes

e_arg
 
void(* e_fcn )(T)
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ fcn_arg_elem() [1/2]

template<typename T >
octave::action_container::fcn_arg_elem< T >::fcn_arg_elem ( void(*)(T)  fcn,
arg 
)
inline

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

◆ fcn_arg_elem() [2/2]

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

Member Function Documentation

◆ operator=()

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

◆ run()

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

Reimplemented from octave::action_container::elem.

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

Member Data Documentation

◆ e_arg

template<typename T >
T octave::action_container::fcn_arg_elem< T >::e_arg
private

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

◆ e_fcn

template<typename T >
void(* octave::action_container::fcn_arg_elem< T >::e_fcn) (T)
private

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


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