MySQL 9.0.0
Source Code Documentation
task_arg.h File Reference

Go to the source code of this file.

Classes

struct  task_arg
 

Typedefs

typedef enum arg_type arg_type
 
typedef struct task_arg task_arg
 

Enumerations

enum  arg_type {
  ARG_STRING , ARG_REST , a_int , a_long ,
  a_uint , a_ulong , a_ulong_long , a_float ,
  a_double , a_void , a_string , a_end
}
 

Typedef Documentation

◆ arg_type

typedef enum arg_type arg_type

◆ task_arg

typedef struct task_arg task_arg

Enumeration Type Documentation

◆ arg_type

enum arg_type
Enumerator
ARG_STRING 
ARG_REST 
a_int 
a_long 
a_uint 
a_ulong 
a_ulong_long 
a_float 
a_double 
a_void 
a_string 
a_end