Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

program.h File Reference

#include <iostream.h>
#include "stdinc.h"
#include "stdarg.h"

Go to the source code of this file.

Data Structures

struct  keyword
class  Program

Typedefs

typedef char* string
typedef struct keyword  Keyword

Functions

int hasvalue (string)
int isdefault (string)
string getparam (string)
real getrparam (string)
int getiparam (string)
int getflag (string)
int get_argc (void)
char** get_argv (void)
void Error (char *...)
void Warning (char *,...)
void Dprintf (int, char *,...)


Typedef Documentation

typedef struct keyword Keyword
 

typedef char* string
 

Definition at line 17 of file program.h.


Function Documentation

void Dprintf ( int,
char *,
... )
 

void Error ( char *... )
 

Referenced by getflag(), and starlab_main().

void Warning ( char *,
... )
 

Referenced by starlab_main().

int get_argc ( void )
 

Definition at line 80 of file getparam.C.

char** get_argv ( void )
 

Definition at line 86 of file getparam.C.

int getflag ( string key )
 

Definition at line 50 of file getparam.C.

Referenced by starlab_main().

int getiparam ( string key )
 

Definition at line 66 of file getparam.C.

Referenced by starlab_main().

string getparam ( string key )
 

Definition at line 60 of file getparam.C.

Referenced by starlab_main().

real getrparam ( string key )
 

Definition at line 73 of file getparam.C.

Referenced by starlab_main().

int hasvalue ( string key )
 

Definition at line 36 of file getparam.C.

Referenced by starlab_main().

int isdefault ( string key )
 

Definition at line 44 of file getparam.C.


Generated at Sun Feb 24 09:57:29 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001