Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

getopt.cc File Reference

#include "getopt.h"
#include <errno.h>
#include <stdio.h>
#include <string.h>

Include dependency graph for getopt.cc:

Include dependency graph

Go to the source code of this file.

Functions

int getopt (int argc, char *argv[], const char *optionS)

Variables

char * letP = NULL
char SW = '-'
int optind = 1
char * optarg
int opterr = 1


Function Documentation

int getopt int    argc,
char *    argv[],
const char *    optionS
 

Definition at line 88 of file getopt.cc.

References letP, optarg, optind, and SW.

Referenced by main().


Variable Documentation

char* letP = NULL [static]
 

Definition at line 74 of file getopt.cc.

Referenced by getopt().

char* optarg
 

Definition at line 83 of file getopt.cc.

Referenced by getopt().

int opterr = 1
 

Definition at line 84 of file getopt.cc.

int optind = 1
 

Definition at line 82 of file getopt.cc.

Referenced by getopt().

char SW = '-' [static]
 

Definition at line 76 of file getopt.cc.

Referenced by getopt().


Generated on Fri Nov 19 17:42:24 2004 for OmniEvents by doxygen1.2.15