source: latest/src/graph_cass.h @ 1

Last change on this file since 1 was 1, checked in by buchmann, 17 years ago

Initial import from CVS repository

File size: 1.1 KB
Line 
1/*------------------------------------------------------------\
2|                                                             |
3| Tool    :                  systemcass                       |
4|                                                             |
5| File    :                 graph_cass.h                      |
6|                                                             |
7| Author  :                 Pétrot Frédéric                   |
8|                           Taktak Sami                       |
9|                           Buchmann Richard                  |
10|                                                             |
11| Date    :                   09_07_2004                      |
12|                                                             |
13\------------------------------------------------------------*/
14#ifndef __GRAPH_CASS_H__
15#define __GRAPH_CASS_H__
16
17#include "graph.h"
18
19namespace sc_core {
20
21/* A unique exported function from all that */
22extern Graph *makegraph(const method_process_list_t *);
23extern bool   graph2dot(const char*,const Graph&);
24
25} // end of sc_core namespace
26
27#endif /* __GRAPH_CASS_H__ */
28
Note: See TracBrowser for help on using the repository browser.