FST
openfst-1.8.4
OpenFst Library
|
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <ios>
#include <istream>
#include <memory>
#include <string>
#include <vector>
#include <fst/log.h>
#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 (std::string_view source) |
Variables | |
constexpr int32_t | fst::kSTTableMagicNumber = 2125656924 |
constexpr int32_t | fst::kSTTableFileVersion = 1 |