|
|
char * | key |
| | Name of the function.
|
| |
|
tplfunc * | func |
| | Pointer to the function.
|
| |
|
void * | data_in |
| | Pointer to internal data (can be NULL)
|
| |
|
int | argc |
| | Maximum number of arguments to accept.
|
| |
|
union { | |
| |
|
char ** t_char_refptr | |
| | &pointer
|
| |
|
char * t_char_ptr | |
| | pointer
|
| |
|
void * t_void_ptr | |
| | pointer to void
|
| |
|
int * t_int_ptr | |
| | pointer to int
|
| |
|
unsigned * t_uint_ptr | |
| | pointer to unsigned int
|
| |
|
float * t_float_ptr | |
| | pointer to float
|
| |
|
double * t_double_ptr | |
| | pointer to double
|
| |
|
char t_char | |
| | type of char
|
| |
|
int t_int | |
| | type of int
|
| |
|
unsigned t_uint | |
| | type of unsigned int
|
| |
|
float t_float | |
| | type of float
|
| |
|
double t_double | |
| | type of double
|
| |
| } | argv [10] | |
| |
The documentation for this struct was generated from the following file: