CGRA-ME
dotparse.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * The software programs comprising "CGRA-ME" and the documentation provided
3  * with them are copyright by its authors and the University of Toronto. Only
4  * non-commercial, not-for-profit use of this software is permitted without ex-
5  * plicit permission. This software is provided "as is" with no warranties or
6  * guarantees of support. See the LICENCE for more details. You should have re-
7  * ceived a copy of the full licence along with this software. If not, see
8  * <http://cgra-me.ece.utoronto.ca/license/>.
9  ******************************************************************************/
10 
11 #ifndef __DOT_PARSE_H___
12 #define __DOT_PARSE_H___
13 
15 
16 #include <iosfwd>
17 #include <string>
18 
55 ConfigGraph parseDot(std::istream& input, std::string file_name);
56 
57 #endif
ConfigGraph.h
ConfigGraph
Definition: ConfigGraph.h:72
parseDot
ConfigGraph parseDot(std::istream &input, std::string file_name)