FST
openfst-1.8.4
OpenFst Library
|
This is the complete list of members for fst::SymbolTable, including all inherited members.
AddSymbol(std::string_view symbol, int64_t key) | fst::SymbolTable | inline |
AddSymbol(std::string_view symbol) | fst::SymbolTable | inline |
AddTable(const SymbolTable &table) | fst::SymbolTable | inline |
AvailableKey() const | fst::SymbolTable | inline |
begin() const | fst::SymbolTable | inline |
cbegin() const | fst::SymbolTable | inline |
cend() const | fst::SymbolTable | inline |
CheckSum() const | fst::SymbolTable | inline |
const_iterator typedef | fst::SymbolTable | |
Copy() const | fst::SymbolTable | inlinevirtual |
end() const | fst::SymbolTable | inline |
Find(int64_t key) const | fst::SymbolTable | inline |
Find(std::string_view symbol) const | fst::SymbolTable | inline |
GetNthKey(ssize_t pos) const | fst::SymbolTable | inline |
Impl() const | fst::SymbolTable | inlineprotected |
LabeledCheckSum() const | fst::SymbolTable | inline |
Member(int64_t key) const | fst::SymbolTable | inline |
Member(std::string_view symbol) const | fst::SymbolTable | inline |
MutableImpl() | fst::SymbolTable | inlineprotected |
Name() const | fst::SymbolTable | inline |
NumSymbols() const | fst::SymbolTable | inline |
Read(std::istream &strm, std::string_view source) | fst::SymbolTable | inlinestatic |
Read(const std::string &source) | fst::SymbolTable | inlinestatic |
ReadText(std::istream &strm, std::string_view name, std::string_view sep=FST_FLAGS_fst_field_separator) | fst::SymbolTable | inlinestatic |
ReadText(const std::string &source, std::string_view sep=FST_FLAGS_fst_field_separator) | fst::SymbolTable | static |
RemoveSymbol(int64_t key) | fst::SymbolTable | inline |
SetName(std::string_view new_name) | fst::SymbolTable | inline |
SymbolTable(std::string_view name="<unspecified>") | fst::SymbolTable | inlineexplicit |
SymbolTable(std::shared_ptr< internal::SymbolTableImplBase > impl) | fst::SymbolTable | inlineexplicitprotected |
Write(std::ostream &strm) const | fst::SymbolTable | inline |
Write(const std::string &source) const | fst::SymbolTable | |
WriteText(std::ostream &strm, std::string_view sep=FST_FLAGS_fst_field_separator) const | fst::SymbolTable | |
WriteText(const std::string &sink, std::string_view sep=FST_FLAGS_fst_field_separator) const | fst::SymbolTable | |
~SymbolTable()=default | fst::SymbolTable | virtual |