GNU Octave  3.8.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 Attributes | List of all members
action_container::fcn_crefarg_elem< T > Class Template Reference

#include "action-container.h"

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

Public Member Functions

 fcn_crefarg_elem (void(*fcn)(const T &), const T &arg)
void run (void)

Private Attributes

e_arg
void(* e_fcn )(const T &)

Detailed Description

template<class T>
class action_container::fcn_crefarg_elem< T >

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

Constructor & Destructor Documentation

template<class T >
action_container::fcn_crefarg_elem< T >::fcn_crefarg_elem ( void(*)(const T &)  fcn,
const T &  arg 
)
inline

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

Member Function Documentation

template<class T >
void action_container::fcn_crefarg_elem< T >::run ( void  )
inlinevirtual

Reimplemented from action_container::elem.

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

Member Data Documentation

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

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

template<class T >
void(* action_container::fcn_crefarg_elem< T >::e_fcn)(const T &)
private

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


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