FST
openfst-1.8.4
OpenFst Library
|
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <ios>
#include <iostream>
#include <istream>
#include <memory>
#include <ostream>
#include <queue>
#include <string>
#include <utility>
#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::STListWriter< T, Writer > |
class | fst::STListReader< T, Reader > |
Namespaces | |
fst | |
Functions | |
template<class Header > | |
bool | fst::ReadSTListHeader (const std::string &source, Header *header) |
bool | fst::IsSTList (std::string_view source) |
Variables | |
constexpr int32_t | fst::kSTListMagicNumber = 5656924 |
constexpr int32_t | fst::kSTListFileVersion = 1 |