GNU Octave  4.2.1
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_elem Class Reference

#include "action-container.h"

Inheritance diagram for action_container::fcn_elem:
Inheritance graph
[legend]
Collaboration diagram for action_container::fcn_elem:
Collaboration graph
[legend]

Public Member Functions

 fcn_elem (void(*fptr)(void))
 
void run (void)
 

Private Attributes

void(* e_fptr )(void)
 

Detailed Description

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

Constructor & Destructor Documentation

action_container::fcn_elem::fcn_elem ( void(*)(void)  fptr)
inline

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

Member Function Documentation

void action_container::fcn_elem::run ( void  )
inlinevirtual

Reimplemented from action_container::elem.

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

Member Data Documentation

void(* action_container::fcn_elem::e_fptr)(void)
private

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


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