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

main.cc File Reference

#include <iostream>
#include <cstdio>
#include <list>
#include <unistd.h>
#include "messenger.h"
#include "project.h"
#include "projectFile.h"

Include dependency graph for main.cc:

Include dependency graph

Go to the source code of this file.

Typedefs

typedef list< const char * > L_FILENAME
 List of names of all files to process. More...


Functions

void usage (FILE *out, const char *progName)
 Print the usage
Parameters:
out  file the usage must be printed.
progName  the name of the program.
More...


void version (FILE *out)
 Print the version message. More...

int main (int argc, char **argv)


Typedef Documentation

typedef list<const char *> L_FILENAME
 

List of names of all files to process.

Definition at line 39 of file main.cc.

Referenced by main().


Function Documentation

int main int    argc,
char **    argv
 

Definition at line 71 of file main.cc.

References ProjectFile::checkComplete(), Reporter::DoReports(), Project::DoScheduling(), L_FILENAME, ProjectFile::Load(), ProjectFile::project(), ProjectFile::reporter(), MESSENGER::setGlobalDebug(), usage(), and version().

void usage FILE *    out,
const char *    progName
[static]
 

Print the usage

Parameters:
out  file the usage must be printed.
progName  the name of the program.

Definition at line 44 of file main.cc.

Referenced by main().

void version FILE *    out
 

Print the version message.

Definition at line 50 of file main.cc.

Referenced by main().


Generated on Wed Feb 18 22:23:57 2004 for Opensched by doxygen1.2.15