![]() |
LeechCraft 0.6.70-17769-g4e68d7fcba
Modular cross-platform feature rich live environment.
|
#include "stringpathtrie.h"
Public Member Functions | |
| bool | operator== (const FindResult &other) const |
Public Attributes | |
| std::optional< V > | Value_ |
| std::ptrdiff_t | Remaining_ = 0 |
| const StringPathTrie * | Rest_ = &NullTrie |
Static Public Attributes | |
| static const StringPathTrie | NullTrie {} |
Definition at line 67 of file stringpathtrie.h.
|
inline |
Definition at line 75 of file stringpathtrie.h.
References Remaining_, and Value_.
|
inlinestatic |
Definition at line 72 of file stringpathtrie.h.
| std::ptrdiff_t LC::Util::StringPathTrie< V >::FindResult::Remaining_ = 0 |
Definition at line 70 of file stringpathtrie.h.
Referenced by operator==().
| const StringPathTrie* LC::Util::StringPathTrie< V >::FindResult::Rest_ = &NullTrie |
Definition at line 73 of file stringpathtrie.h.
| std::optional<V> LC::Util::StringPathTrie< V >::FindResult::Value_ |
Definition at line 69 of file stringpathtrie.h.
Referenced by operator==().