MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CMD_LINE Struct Reference

#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

Detailed Description

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.

Definition at line 84 of file sys_vars.h.


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