FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Functions | Variables
sttable.h File Reference
#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>
Include dependency graph for sttable.h:
This graph shows which files directly or indirectly include this file:

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