#include <symbol-table.h>
Definition at line 97 of file symbol-table.h.
fst::internal::SymbolTableImplBase::SymbolTableImplBase |
( |
| ) |
|
|
default |
virtual fst::internal::SymbolTableImplBase::~SymbolTableImplBase |
( |
| ) |
|
|
virtualdefault |
virtual int64_t fst::internal::SymbolTableImplBase::AddSymbol |
( |
std::string_view |
symbol, |
|
|
int64_t |
key |
|
) |
| |
|
pure virtual |
virtual int64_t fst::internal::SymbolTableImplBase::AddSymbol |
( |
std::string_view |
symbol | ) |
|
|
pure virtual |
virtual void fst::internal::SymbolTableImplBase::AddTable |
( |
const SymbolTable & |
table | ) |
|
|
pure virtual |
virtual int64_t fst::internal::SymbolTableImplBase::AvailableKey |
( |
| ) |
const |
|
pure virtual |
virtual const std::string& fst::internal::SymbolTableImplBase::CheckSum |
( |
| ) |
const |
|
pure virtual |
virtual std::unique_ptr<SymbolTableImplBase> fst::internal::SymbolTableImplBase::Copy |
( |
| ) |
const |
|
pure virtual |
virtual std::string fst::internal::SymbolTableImplBase::Find |
( |
int64_t |
key | ) |
const |
|
pure virtual |
virtual int64_t fst::internal::SymbolTableImplBase::Find |
( |
std::string_view |
symbol | ) |
const |
|
pure virtual |
virtual int64_t fst::internal::SymbolTableImplBase::GetNthKey |
( |
ssize_t |
pos | ) |
const |
|
pure virtual |
virtual bool fst::internal::SymbolTableImplBase::IsMutable |
( |
| ) |
const |
|
pure virtual |
virtual const std::string& fst::internal::SymbolTableImplBase::LabeledCheckSum |
( |
| ) |
const |
|
pure virtual |
virtual bool fst::internal::SymbolTableImplBase::Member |
( |
int64_t |
key | ) |
const |
|
inlinevirtual |
virtual bool fst::internal::SymbolTableImplBase::Member |
( |
std::string_view |
symbol | ) |
const |
|
inlinevirtual |
virtual const std::string& fst::internal::SymbolTableImplBase::Name |
( |
| ) |
const |
|
pure virtual |
virtual size_t fst::internal::SymbolTableImplBase::NumSymbols |
( |
| ) |
const |
|
pure virtual |
virtual void fst::internal::SymbolTableImplBase::RemoveSymbol |
( |
int64_t |
key | ) |
|
|
pure virtual |
virtual void fst::internal::SymbolTableImplBase::SetName |
( |
std::string_view |
new_name | ) |
|
|
pure virtual |
virtual bool fst::internal::SymbolTableImplBase::Write |
( |
std::ostream & |
strm | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: