FST
openfst-1.8.2.post1
OpenFst Library
|
#include <algorithm>
#include <cstdint>
#include <istream>
#include <memory>
#include <string>
#include <fstream>
#include <fst/util.h>
#include <string_view>
Go to the source code of this file.
Classes | |
class | fst::STTableWriter< T, Writer > |
class | fst::STTableReader< T, Reader > |
Namespaces | |
fst | |
Functions | |
template<class Header > | |
bool | fst::ReadSTTableHeader (const std::string &source, Header *header) |
bool | fst::IsSTTable (const std::string &source) |
Variables | |
constexpr int32_t | fst::kSTTableMagicNumber = 2125656924 |
constexpr int32_t | fst::kSTTableFileVersion = 1 |