Mitsuba Renderer  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
getopt.h File Reference

Go to the source code of this file.

Classes

struct  option
 

Macros

#define _GETOPT_H   1
 
#define MTS_EXPORT_CORE   __declspec(dllexport)
 
#define no_argument   0
 
#define required_argument   1
 
#define optional_argument   2
 

Functions

 __declspec (dllexport) char *optarg
 

Variables

char *const * __argv
 
char *const const char * __shortopts
 
char *const const char const
struct option
__longopts
 
char *const const char const
struct option int * 
__longind
 
char *const const char const
struct option int int 
__long_only
 

Macro Definition Documentation

#define _GETOPT_H   1
#define MTS_EXPORT_CORE   __declspec(dllexport)
#define no_argument   0
#define optional_argument   2
#define required_argument   1

Function Documentation

__declspec ( dllexport  )

Variable Documentation

char *const * __argv
char* const const char const struct option int int __long_only
char *const const char const struct option int * __longind
char *const const char const struct option * __longopts
char *const const char * __shortopts