FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Functions | Variables
symbol-table.h File Reference
#include <sys/types.h>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <ios>
#include <iostream>
#include <istream>
#include <iterator>
#include <memory>
#include <ostream>
#include <sstream>
#include <string>
#include <type_traits>
#include <utility>
#include <vector>
#include <fst/compat.h>
#include <fst/flags.h>
#include <fst/log.h>
#include <fstream>
#include <fst/windows_defs.inc>
#include <map>
#include <string_view>
#include <fst/lock.h>
Include dependency graph for symbol-table.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::internal::DenseSymbolMap
 
class  fst::internal::SymbolTableImplBase
 
class  fst::internal::MutableSymbolTableImpl
 
class  fst::internal::ConstSymbolTableImpl
 
class  fst::internal::SymbolTableImpl
 
class  fst::SymbolTable
 
class  fst::SymbolTable::iterator
 
class  fst::SymbolTable::iterator::value_type
 

Namespaces

 fst
 
 fst::internal
 

Functions

 DECLARE_bool (fst_compat_symbols)
 
 DECLARE_string (fst_field_separator)
 
class fst::OPENFST_DEPRECATED ("Use SymbolTable::iterator, a C++ compliant iterator, instead") SymbolTableIterator
 
template<class Label >
SymbolTable * fst::RelabelSymbolTable (const SymbolTable *table, const std::vector< std::pair< Label, Label >> &pairs)
 
bool fst::CompatSymbols (const SymbolTable *syms1, const SymbolTable *syms2, bool warning=true)
 
void fst::SymbolTableToString (const SymbolTable *table, std::string *result)
 
SymbolTable * fst::StringToSymbolTable (const std::string &str)
 

Variables

constexpr int64_t fst::kNoSymbol = -1
 
constexpr int fst::internal::kLineLen = 8096
 

Function Documentation

DECLARE_bool ( fst_compat_symbols  )
DECLARE_string ( fst_field_separator  )