|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <Functions.h>
Public Attributes | |
| char * | name |
| Variant(* | funcname )(Variant) |
| int | minNumArgs |
| int | maxNumArgs |
Definition at line 40 of file Functions.h.
Definition at line 42 of file Functions.h.
| int PEBL_Function_Type::maxNumArgs |
Definition at line 44 of file Functions.h.
| int PEBL_Function_Type::minNumArgs |
Definition at line 43 of file Functions.h.
| char* PEBL_Function_Type::name |
Definition at line 41 of file Functions.h.