Public Attributes | |
int32 | ifst_index |
const ConstFst< StdArc > * | fst |
std::unordered_map< BaseStateId, ExpandedState * > | expanded_states |
std::unordered_map< int64, int32 > | child_instances |
int32 | parent_instance |
int32 | parent_state |
std::unordered_map< int32, int32 > | parent_reentry_arcs |
Definition at line 399 of file grammar-fst.h.
std::unordered_map<int64, int32> child_instances |
Definition at line 431 of file grammar-fst.h.
std::unordered_map<BaseStateId, ExpandedState*> expanded_states |
Definition at line 413 of file grammar-fst.h.
Referenced by GrammarFst::Destroy().
const ConstFst<StdArc>* fst |
Definition at line 406 of file grammar-fst.h.
Referenced by ArcIterator< GrammarFst >::ArcIterator(), GrammarFst::ExpandStateEnd(), GrammarFst::ExpandStateUserDefined(), GrammarFst::GetChildInstanceId(), and GrammarFst::NumInputEpsilons().
int32 ifst_index |
Definition at line 402 of file grammar-fst.h.
Referenced by GrammarFst::ExpandStateEnd(), GrammarFst::ExpandStateUserDefined(), and GrammarFst::GetChildInstanceId().
int32 parent_instance |
Definition at line 436 of file grammar-fst.h.
Referenced by GrammarFst::ExpandStateEnd(), and GrammarFst::GetChildInstanceId().
std::unordered_map<int32, int32> parent_reentry_arcs |
Definition at line 452 of file grammar-fst.h.
Referenced by GrammarFst::GetChildInstanceId().
int32 parent_state |
Definition at line 441 of file grammar-fst.h.
Referenced by GrammarFst::ExpandStateEnd(), and GrammarFst::GetChildInstanceId().