Classes | Namespaces | Functions

openfst-1.2.6/src/include/fst/vector-fst.h File Reference

vector-fst.h More...

#include <string>
#include <vector>
#include <fst/mutable-fst.h>
#include <fst/test-properties.h>
Include dependency graph for vector-fst.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::VectorFstBaseImpl< State >
struct  fst::VectorState< A >
 Arcs implemented by an STL vector per state. More...
class  fst::VectorFstImpl< A >
class  fst::WeightFromString< W >
 Converts a string into a weight. More...
class  fst::VectorFst< A >
class  fst::StateIterator< VectorFst< A > >
class  fst::ArcIterator< VectorFst< A > >
class  fst::MutableArcIterator< VectorFst< A > >

Namespaces

namespace  fst
 

For optional argument declarations.


Functions

template<class F , class G >
void fst::Cast (const F &, G *)

Detailed Description

vector-fst.h

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright 2005-2010 Google, Inc. Author: riley@google.com (Michael Riley)

Simple concrete, mutable FST whose states and arcs are stored in STL vectors.

Definition in file vector-fst.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines