Navigation

Operators and Keywords

Function List:

C++ API

getopt.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

struct  option

Defines

#define _GETOPT_H   1
#define DllImport
#define no_argument   0
#define required_argument   1
#define optional_argument   2

Functions

int getopt ()
int getopt_long ()
int getopt_long_only ()
int _getopt_internal ()

Variables

DllImport char * optarg
DllImport int optind
DllImport int opterr
DllImport int optopt

Define Documentation

#define _GETOPT_H   1

#define DllImport

#define no_argument   0

#define optional_argument   2

#define required_argument   1


Function Documentation

int _getopt_internal (  ) 

int getopt (  ) 

int getopt_long (  ) 

int getopt_long_only (  ) 


Variable Documentation

DllImport char* optarg

DllImport int opterr

DllImport int optind

DllImport int optopt