#include <Trie.hpp>
|
| trie_t ()=default |
|
void | insert (const std::basic_string< T > &word) |
|
bool | search (const std::basic_string< T > &word) |
|
bool | starts_with (const std::basic_string< T > &prefix) |
|
◆ trie_t()
◆ insert()
template<typename T >
void trie_t< T >::insert |
( |
const std::basic_string< T > & |
word | ) |
|
|
inline |
◆ search()
template<typename T >
bool trie_t< T >::search |
( |
const std::basic_string< T > & |
word | ) |
|
|
inline |
◆ starts_with()
template<typename T >
bool trie_t< T >::starts_with |
( |
const std::basic_string< T > & |
prefix | ) |
|
|
inline |
The documentation for this class was generated from the following file: