![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "functor.h"

Public Member Functions | |
| functor_with_conversion (fcn_ptr_type p) | |
| CT | operator() (PT arg) |
Private Types | |
| typedef fcn_ptr< RT, PT >::TYPE | fcn_ptr_type |
Private Attributes | |
| fcn_ptr_type | fptr |
|
private |
|
inline |
|
inline |
Definition at line 58 of file functor.h.
References functor_with_conversion< CT, RT, PT >::fptr.
|
private |
Definition at line 52 of file functor.h.
Referenced by functor_with_conversion< CT, RT, PT >::operator()().
1.8.1.2