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

graph.cc File Reference

#include "messenger.h"
#include "project.h"
#include "reporter.h"

Include dependency graph for graph.cc:

Include dependency graph

Go to the source code of this file.

Defines

#define MIN(A, B)   ((A)<(B) ? (A) : (B))
#define MAX(A, B)   ((A)>(B) ? (A) : (B))


Define Documentation

#define MAX A,
     ((A)>(B) ? (A) : (B))
 

Definition at line 29 of file graph.cc.

Referenced by Reporter::TaskGraph(), and Reporter::UtilGraph().

#define MIN A,
     ((A)<(B) ? (A) : (B))
 

Definition at line 28 of file graph.cc.

Referenced by Reporter::TaskGraph(), and Reporter::UtilGraph().


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