#include <iostream>
#include <cstdio>
#include <list>
#include <unistd.h>
#include "messenger.h"
#include "project.h"
#include "projectFile.h"
Include dependency graph for main.cc:
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
| |||||
void | version (FILE *out) | ||||
Print the version message. More... | |||||
int | main (int argc, char **argv) |
|
List of names of all files to process.
Definition at line 39 of file main.cc. Referenced by main(). |
|
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(). |
|
Print the usage
Definition at line 44 of file main.cc. Referenced by main(). |
|
Print the version message.
Definition at line 50 of file main.cc. Referenced by main(). |