AddArc(StateId state, const Arc &arc) | fst::internal::VectorFstImpl< S > | inline |
AddArc(StateId state, Arc &&arc) | fst::internal::VectorFstImpl< S > | inline |
AddState() | fst::internal::VectorFstImpl< S > | inline |
fst::internal::VectorFstBaseImpl::AddState(State *state) | fst::internal::VectorFstBaseImpl< S > | inline |
AddStates(size_t n) | fst::internal::VectorFstImpl< S > | inline |
Arc typedef | fst::internal::VectorFstImpl< S > | |
BaseImpl typedef | fst::internal::VectorFstImpl< S > | |
DeleteArcs(StateId state, size_t n) | fst::internal::VectorFstImpl< S > | inline |
DeleteArcs(StateId state) | fst::internal::VectorFstImpl< S > | inline |
DeleteStates(const std::vector< StateId > &dstates) | fst::internal::VectorFstImpl< S > | inline |
DeleteStates() | fst::internal::VectorFstImpl< S > | inline |
EmplaceArc(StateId state, T &&...ctor_args) | fst::internal::VectorFstImpl< S > | inline |
Final(StateId state) const | fst::internal::VectorFstBaseImpl< S > | inline |
FstImpl() | fst::internal::FstImpl< S::Arc > | inline |
FstImpl(const FstImpl< S::Arc > &impl) | fst::internal::FstImpl< S::Arc > | inline |
FstImpl(FstImpl< S::Arc > &&impl) noexcept | fst::internal::FstImpl< S::Arc > | |
GetState(StateId state) | fst::internal::VectorFstBaseImpl< S > | inline |
GetState(StateId state) const | fst::internal::VectorFstBaseImpl< S > | inline |
InitArcIterator(StateId state, ArcIteratorData< Arc > *data) const | fst::internal::VectorFstBaseImpl< S > | inline |
InitStateIterator(StateIteratorData< Arc > *data) const | fst::internal::VectorFstBaseImpl< S > | inline |
InputSymbols() const | fst::internal::FstImpl< S::Arc > | inline |
InputSymbols() | fst::internal::FstImpl< S::Arc > | inline |
kStaticProperties | fst::internal::VectorFstImpl< S > | static |
Label typedef | fst::internal::VectorFstImpl< S > | |
MutableArcIterator< VectorFst< Arc, S > > class | fst::internal::VectorFstImpl< S > | friend |
NumArcs(StateId state) const | fst::internal::VectorFstBaseImpl< S > | inline |
NumInputEpsilons(StateId state) const | fst::internal::VectorFstBaseImpl< S > | inline |
NumOutputEpsilons(StateId state) const | fst::internal::VectorFstBaseImpl< S > | inline |
NumStates() const | fst::internal::VectorFstBaseImpl< S > | inline |
operator=(const VectorFstBaseImpl &)=delete | fst::internal::VectorFstBaseImpl< S > | |
operator=(VectorFstBaseImpl &&impl) noexcept | fst::internal::VectorFstBaseImpl< S > | inline |
FstImpl< S::Arc >::operator=(const FstImpl &impl) | fst::internal::FstImpl< S::Arc > | inline |
FstImpl< S::Arc >::operator=(FstImpl &&impl) noexcept | fst::internal::FstImpl< S::Arc > | |
OutputSymbols() const | fst::internal::FstImpl< S::Arc > | inline |
OutputSymbols() | fst::internal::FstImpl< S::Arc > | inline |
Properties() const | fst::internal::FstImpl< S::Arc > | inlinevirtual |
Properties(uint64_t mask) const | fst::internal::FstImpl< S::Arc > | inlinevirtual |
properties_ | fst::internal::FstImpl< S::Arc > | mutableprotected |
Read(std::istream &strm, const FstReadOptions &opts) | fst::internal::VectorFstImpl< S > | static |
ReadHeader(std::istream &strm, const FstReadOptions &opts, int min_version, FstHeader *hdr) | fst::internal::FstImpl< S::Arc > | |
ReserveArcs(StateId state, size_t n) | fst::internal::VectorFstBaseImpl< S > | inline |
ReserveStates(size_t n) | fst::internal::VectorFstBaseImpl< S > | inline |
SetFinal(StateId state, Weight weight) | fst::internal::VectorFstImpl< S > | inline |
SetInputSymbols(const SymbolTable *isyms) | fst::internal::FstImpl< S::Arc > | inline |
SetOutputSymbols(const SymbolTable *osyms) | fst::internal::FstImpl< S::Arc > | inline |
SetProperties(uint64_t props) | fst::internal::FstImpl< S::Arc > | inline |
SetProperties(uint64_t props, uint64_t mask) | fst::internal::FstImpl< S::Arc > | inline |
SetProperties(uint64_t props, uint64_t mask) const | fst::internal::FstImpl< S::Arc > | inline |
SetStart(StateId state) | fst::internal::VectorFstImpl< S > | inline |
SetState(StateId state, State *vstate) | fst::internal::VectorFstBaseImpl< S > | inline |
SetType(std::string_view type) | fst::internal::FstImpl< S::Arc > | inline |
Start() const | fst::internal::VectorFstBaseImpl< S > | inline |
State typedef | fst::internal::VectorFstImpl< S > | |
StateId typedef | fst::internal::VectorFstImpl< S > | |
Type() const | fst::internal::FstImpl< S::Arc > | inline |
UpdateFstHeader(const Fst< S::Arc > &fst, std::ostream &strm, const FstWriteOptions &opts, int version, std::string_view type, uint64_t properties, FstHeader *hdr, size_t header_offset) | fst::internal::FstImpl< S::Arc > | inlinestatic |
UpdateProperties(uint64_t props, uint64_t mask) | fst::internal::FstImpl< S::Arc > | inline |
VectorFstBaseImpl() | fst::internal::VectorFstBaseImpl< S > | inline |
VectorFstBaseImpl(const VectorFstBaseImpl< S > &)=delete | fst::internal::VectorFstBaseImpl< S > | |
VectorFstBaseImpl(VectorFstBaseImpl &&impl) noexcept | fst::internal::VectorFstBaseImpl< S > | inline |
VectorFstImpl() | fst::internal::VectorFstImpl< S > | inline |
VectorFstImpl(const Fst< Arc > &fst) | fst::internal::VectorFstImpl< S > | explicit |
Weight typedef | fst::internal::VectorFstImpl< S > | |
WriteFstHeader(const Fst< S::Arc > &fst, std::ostream &strm, const FstWriteOptions &opts, int version, std::string_view type, uint64_t properties, FstHeader *hdr) | fst::internal::FstImpl< S::Arc > | inlinestatic |
WriteHeader(std::ostream &strm, const FstWriteOptions &opts, int version, FstHeader *hdr) const | fst::internal::FstImpl< S::Arc > | inline |
~FstImpl() | fst::internal::FstImpl< S::Arc > | inlinevirtual |
~VectorFstBaseImpl() override | fst::internal::VectorFstBaseImpl< S > | inline |