![]() |
LeechCraft 0.6.70-16373-g319c272718
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.
References LC::Util::StringPathTrie< V >::Add(), and LC::Util::Filter().
Referenced by LC::Util::StringPathTrie< V >::Add().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 52 of file stringpathtrie.h.
References LC::Util::Filter(), and Value_.
Here is the call graph for this function:
|
inline |
Definition at line 88 of file stringpathtrie.h.
References LC::Util::Filter().
Here is the call graph for this function:
|
inline |
Definition at line 94 of file stringpathtrie.h.
References Value_.
|
inline |
Definition at line 81 of file stringpathtrie.h.
References LC::Util::Filter().
Here is the call graph for this function:
|
inline |
Definition at line 36 of file stringpathtrie.h.
References LC::Util::Filter().
Here is the call graph for this function:
|
inline |
Definition at line 31 of file stringpathtrie.h.
References Value_.