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 (fcn_ptr_type p) | |
RT | 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 44 of file functor.h.
References functor< RT, PT >::fptr.
|
private |
Definition at line 38 of file functor.h.
Referenced by functor< RT, PT >::operator()().