Eneboo - Documentación para desarrolladores
Enumeraciones | Funciones | Variables
Referencia del Archivo src/libmysql_std/my_getopt.c
#include <my_global.h>
#include <m_string.h>
#include <stdlib.h>
#include <my_sys.h>
#include <mysys_err.h>
#include <my_getopt.h>
#include <help_start.h>
#include <help_end.h>

Enumeraciones

enum  enum_special_opt {
  OPT_SKIP, OPT_DISABLE, OPT_ENABLE, OPT_MAXIMUM,
  OPT_LOOSE, OPT_SKIP, OPT_DISABLE, OPT_ENABLE,
  OPT_MAXIMUM, OPT_LOOSE
}

Funciones

my_bool getopt_compare_strings (const char *s, const char *t, uint length)
void my_getopt_register_get_addr (gptr *(*func_addr)(const char *, uint, const struct my_option *))
int handle_options (int *argc, char ***argv, const struct my_option *longopts, my_get_one_option get_one_option)
my_bool getopt_compare_strings (register const char *s, register const char *t, uint length)
ulonglong getopt_ull_limit_value (ulonglong num, const struct my_option *optp)
void my_print_help (const struct my_option *options)
void my_print_variables (const struct my_option *options)

Variables

my_error_reporter my_getopt_error_reporter = &default_reporter
char * disabled_my_option = "0"
my_bool my_getopt_print_errors = 1

Documentación de las enumeraciones

Valores de enumeraciones:
OPT_SKIP 
OPT_DISABLE 
OPT_ENABLE 
OPT_MAXIMUM 
OPT_LOOSE 
OPT_SKIP 
OPT_DISABLE 
OPT_ENABLE 
OPT_MAXIMUM 
OPT_LOOSE 

Documentación de las funciones

my_bool getopt_compare_strings ( register const char *  s,
register const char *  t,
uint  length 
)
my_bool getopt_compare_strings ( const char *  s,
const char *  t,
uint  length 
)
ulonglong getopt_ull_limit_value ( ulonglong  num,
const struct my_option optp 
)
int handle_options ( int argc,
char ***  argv,
const struct my_option longopts,
my_get_one_option  get_one_option 
)
void my_getopt_register_get_addr ( gptr *(*)(const char *, uint, const struct my_option *)  func_addr)
void my_print_help ( const struct my_option options)
void my_print_variables ( const struct my_option options)

Documentación de las variables

char* disabled_my_option = "0"
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'