#include <ug_corpus_token.h>
Public Types | |
| typedef T | Token |
Public Member Functions | |
| R2L_Token () | |
| R2L_Token (id_type id) | |
| R2L_Token const * | next (int n=1) const |
| template<typename TTRACK_TYPE > | |
| R2L_Token const * | stop (TTRACK_TYPE const &C, id_type sid) const |
| R2L_Token const * | stop (R2L_Token const *seqStart, R2L_Token const *seqEnd) const |
| bool | operator< (T const &other) const |
| bool | operator> (T const &other) const |
| bool | operator== (T const &other) const |
| bool | operator!= (T const &other) const |
Definition at line 71 of file ug_corpus_token.h.
| typedef T sapt::R2L_Token< T >::Token |
Definition at line 75 of file ug_corpus_token.h.
| sapt::R2L_Token< T >::R2L_Token | ( | ) | [inline] |
Definition at line 77 of file ug_corpus_token.h.
| sapt::R2L_Token< T >::R2L_Token | ( | id_type | id | ) | [inline] |
Definition at line 78 of file ug_corpus_token.h.
| R2L_Token const* sapt::R2L_Token< T >::next | ( | int | n = 1 |
) | const [inline] |
| bool sapt::R2L_Token< T >::operator!= | ( | T const & | other | ) | const [inline] |
Definition at line 97 of file ug_corpus_token.h.
| bool sapt::R2L_Token< T >::operator< | ( | T const & | other | ) | const [inline] |
Definition at line 94 of file ug_corpus_token.h.
| bool sapt::R2L_Token< T >::operator== | ( | T const & | other | ) | const [inline] |
Definition at line 96 of file ug_corpus_token.h.
| bool sapt::R2L_Token< T >::operator> | ( | T const & | other | ) | const [inline] |
Definition at line 95 of file ug_corpus_token.h.
| R2L_Token const* sapt::R2L_Token< T >::stop | ( | R2L_Token< T > const * | seqStart, | |
| R2L_Token< T > const * | seqEnd | |||
| ) | const [inline] |
Definition at line 88 of file ug_corpus_token.h.
| R2L_Token const* sapt::R2L_Token< T >::stop | ( | TTRACK_TYPE const & | C, | |
| id_type | sid | |||
| ) | const [inline] |
Definition at line 83 of file ug_corpus_token.h.
1.5.9