Skip to content

File cubrid_getopt.h

FileList > base > cubrid_getopt.h

Go to the source code of this file

  • #include "config.h"
  • #include <sys/cdefs.h>

Classes

Type Name
struct option

Public Types

Type Name
typedef struct option GETOPT_LONG

Public Attributes

Type Name
char * optarg
int opterr
int optind
int optopt
int optreset

Public Functions

Type Name
int getopt (int, char *const *, const char *)
int getopt_long (int, char *const *, const char *, const struct option *, int *)

Macros

Type Name
define DllImport
define no_argument 0
define optional_argument 2
define required_argument 1

Public Types Documentation

typedef GETOPT_LONG

typedef struct option GETOPT_LONG;

Public Attributes Documentation

variable optarg

char* optarg;

variable opterr

int opterr;

variable optind

int optind;

variable optopt

int optopt;

variable optreset

int optreset;

Public Functions Documentation

function getopt

int getopt (
    int,
    char * const *,
    const  char *
) 

function getopt_long

int getopt_long (
    int,
    char * const *,
    const  char *,
    const  struct  option *,
    int *
) 

Macro Definition Documentation

define DllImport

#define DllImport 

define no_argument

#define no_argument `0`

define optional_argument

#define optional_argument `2`

define required_argument

#define required_argument `1`


The documentation for this class was generated from the following file cubrid/src/base/cubrid_getopt.h