libTLK
1.3.1
|
Symbol sequence manager. More...
Data Fields | |
size_t | N |
Number of symbol sequences, including the repeated ones. | |
size_t * | seqs |
Encoded symbol sequences. |
Symbol sequence manager.
This structure is used to manage sets of symbol sequences. Symbol sequences are encoded into integers, thus, repeated symbol sequences are encoded using the same number.
size_t tLSeqs::N |
Number of symbol sequences, including the repeated ones.
size_t* tLSeqs::seqs |
Encoded symbol sequences.