FST  openfst-1.8.2.post1
OpenFst Library
Classes | Namespaces | Functions | Variables
stlist.h File Reference
#include <algorithm>
#include <cstdint>
#include <functional>
#include <iostream>
#include <memory>
#include <queue>
#include <string>
#include <utility>
#include <vector>
#include <fstream>
#include <fst/util.h>
#include <string_view>
Include dependency graph for stlist.h:
This graph shows which files directly or indirectly include this file:

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 (const std::string &source)
 

Variables

constexpr int32_t fst::kSTListMagicNumber = 5656924
 
constexpr int32_t fst::kSTListFileVersion = 1