| Algorithms Library Toolkit
    A toolkit for algorithms, especially for algorithms on formal languages | 
#include <SuffixTrieFactors.h>
| Static Public Member Functions | |
| template<class SymbolType > | |
| static ext::set< unsigned > | query (const indexes::stringology::SuffixTrie< SymbolType > &suffixTrie, const string::LinearString< SymbolType > &string) | 
Query suffix trie for given string.
Source: ??
| 
 | static | 
Query a suffix trie
| suffix | trie to query | 
| string | string to query by |