MySQL 8.4.2
Source Code Documentation
|
A small wrapper class to pass getopt arguments as a pair to the Sys_var_* constructors. More...
#include <sys_vars.h>
Public Member Functions | |
CMD_LINE (enum get_opt_arg_type getopt_arg_type, int getopt_id=0) | |
Public Attributes | |
int | id |
enum get_opt_arg_type | arg_type |
A small wrapper class to pass getopt arguments as a pair to the Sys_var_* constructors.
It improves type safety and helps to catch errors in the argument order.
|
inline |
enum get_opt_arg_type CMD_LINE::arg_type |
int CMD_LINE::id |