wxArt2D
Public Types | Public Member Functions | Public Attributes | List of all members
a2dEvalFunction Class Reference

holds a function in an evaluation string for a2dEval More...

#include <eval.h>

Public Types

typedef TYPENUMBER(* fArg1 )(TYPENUMBER)
 
typedef TYPENUMBER(* fArg2 )(TYPENUMBER, TYPENUMBER)
 

Public Member Functions

 a2dEvalFunction (const wxString &name, fArg1 func)
 name, nr args, function to call
 
 a2dEvalFunction (const wxString &name, fArg2 func)
 

Public Attributes

wxString m_name
 
int m_args
 
fArgX m_func
 

Detailed Description

holds a function in an evaluation string for a2dEval

Definition at line 70 of file eval.h.


The documentation for this class was generated from the following file:
a2dEvalFunction Class Reference -- Sun Oct 12 2014 17:04:38 -- Sun Oct 12 2014 -- 1.8.5 -- wxArt2D -- . -- Main Page Reference Documentation