PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
PEBL_Function_Type Struct Reference

#include <Functions.h>

Public Attributes

char * name
 
Variant(* funcname )(Variant)
 
int minNumArgs
 
int maxNumArgs
 

Detailed Description

Definition at line 40 of file Functions.h.

Member Data Documentation

◆ funcname

Variant(* PEBL_Function_Type::funcname) (Variant)

Definition at line 42 of file Functions.h.

◆ maxNumArgs

int PEBL_Function_Type::maxNumArgs

Definition at line 44 of file Functions.h.

◆ minNumArgs

int PEBL_Function_Type::minNumArgs

Definition at line 43 of file Functions.h.

◆ name

char* PEBL_Function_Type::name

Definition at line 41 of file Functions.h.


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