FST  openfst-1.8.2.post1
OpenFst Library
fstscript-decl.h
Go to the documentation of this file.
1 // Copyright 2005-2020 Google LLC
2 //
3 // Licensed under the Apache License, Version 2.0 (the 'License');
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
6 //
7 // http://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an 'AS IS' BASIS,
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 // See the License for the specific language governing permissions and
13 // limitations under the License.
14 //
15 // See www.openfst.org for extensive documentation on this weighted
16 // finite-state transducer library.
17 //
18 // Forward declarations for the FST and FST script classes.
19 
20 #ifndef FST_SCRIPT_FSTSCRIPT_DECL_H_
21 #define FST_SCRIPT_FSTSCRIPT_DECL_H_
22 
23 #include <fst/fst-decl.h>
24 
25 namespace fst {
26 namespace script {
27 
28 class ArcClass;
29 
30 class ArcIteratorClass;
31 class MutableArcIteratorClass;
32 
33 class EncodeMapperClass;
34 
35 class FstClass;
36 class MutableFstClass;
37 class VectorFstClass;
38 
39 class StateIteratorClass;
40 
41 class WeightClass;
42 
43 } // namespace script
44 } // namespace fst
45 
46 #endif // FST_SCRIPT_FSTSCRIPT_DECL_H_