HFST - Helsinki Finite-State Transducer Technology - C++ API  version 3.9.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HfstPrintDot.h
1 // Copyright (c) 2016 University of Helsinki
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 3 of the License, or (at your option) any later version.
7 // See the file COPYING included with this distribution for more
8 // information.
9 
10 #include "HfstTransducer.h"
11 #include <iostream>
12 
13 namespace hfst
14 {
15  void print_dot(FILE* out, HfstTransducer& t);
16  void print_dot(std::ostream & oss, HfstTransducer& t);
17 }
Declarations of HFST API functions and datatypes.