Factor::State< T > Class Template Reference
Detailed Description
template<class T>
class Factor::State< T >
The class State denotes the elements that belong to each state state denotes de number of the state std::vector <SingleTransition> transition is the std::vector where all forward links of the state are defined suffix_transition denotes which is the suffix link of this state lrs is the longest repeated subsequence of this state
Public Member Functions | |
void | singleTransitionResize () |
Public Attributes | |
int | state_ |
denotes the number of the state | |
std::vector< SingleTransition< T > > | transition_ |
denotes the number of the state | |
int | suffix_transition_ |
int | lrs_ = 0 |
The documentation for this class was generated from the following file: