FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Functions | Variables
stlist.h File Reference
#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>
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 (std::string_view source)
 

Variables

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