FST
openfst-1.8.2
OpenFst Library
|
#include <cstdint>
#include <stack>
#include <vector>
#include <fst/arcfilter.h>
#include <fst/fst.h>
Go to the source code of this file.
Classes | |
struct | fst::internal::DfsState< FST > |
Namespaces | |
fst | |
fst::internal | |
Functions | |
template<class FST , class Visitor , class ArcFilter > | |
void | fst::DfsVisit (const FST &fst, Visitor *visitor, ArcFilter filter, bool access_only=false) |
template<class Arc , class Visitor > | |
void | fst::DfsVisit (const Fst< Arc > &fst, Visitor *visitor) |