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 Types | List of all members
fcn_ptr< RT, PT > Class Template Reference

#include "functor.h"

Public Types

typedef RT(* TYPE )(PT)

Detailed Description

template<typename RT, typename PT>
class fcn_ptr< RT, PT >

Definition at line 27 of file functor.h.

Member Typedef Documentation

template<typename RT , typename PT >
typedef RT(* fcn_ptr< RT, PT >::TYPE)(PT)

Definition at line 30 of file functor.h.


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