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::fcn_arg_elem< T > Class Template Reference

#include "action-container.h"

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

Public Member Functions

 fcn_arg_elem (void(*fcn)(T), T arg)
 
void run (void)
 

Private Member Functions

 fcn_arg_elem (const fcn_arg_elem &)
 
fcn_arg_elemoperator= (const fcn_arg_elem &)
 

Private Attributes

e_arg
 
void(* e_fcn )(T)
 

Detailed Description

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

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

Constructor & Destructor Documentation

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

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

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

Member Function Documentation

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

Reimplemented from action_container::elem.

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

Member Data Documentation

template<class T >
T action_container::fcn_arg_elem< T >::e_arg
private

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

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

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


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