![]() |
LeechCraft 0.6.70-17793-g6e56308e78
Modular cross-platform feature rich live environment.
|
#include "stringpathtrie.h"
Classes | |
| struct | FindResult |
Public Member Functions | |
| const std::optional< V > & | GetValue () const |
| const StringPathTrie * | GetChild (QStringView view) const |
| template<StringViewContainer Cont> | |
| void | Add (Cont &&path, V value) |
| template<typename It, typename End> | |
| void | Add (It begin, End end, V value) |
| FindResult | Find (QStringView single) const |
| template<StringViewContainer Cont> | |
| FindResult | Find (Cont &&path) const |
| template<typename It, typename End> | |
| FindResult | Find (It begin, End end) const |
Definition at line 24 of file stringpathtrie.h.
|
inline |
Definition at line 46 of file stringpathtrie.h.
Referenced by LC::Util::StringPathTrie< int >::Add().
|
inline |
Definition at line 52 of file stringpathtrie.h.
|
inline |
Definition at line 88 of file stringpathtrie.h.
|
inline |
Definition at line 94 of file stringpathtrie.h.
|
inline |
Definition at line 81 of file stringpathtrie.h.
|
inline |
Definition at line 36 of file stringpathtrie.h.
|
inline |
Definition at line 31 of file stringpathtrie.h.