AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Public Member Functions | |
FilteredCommandListIterator (ChatSubCommandMap const &map, ChatHandler const &handler, std::string_view token) | |
decltype(auto) | operator* () const |
decltype(auto) | operator-> () const |
FilteredCommandListIterator & | operator++ () |
operator bool () const | |
bool | operator! () const |
Private Member Functions | |
void | _skip () |
Private Attributes | |
ChatHandler const & | _handler |
std::string_view const | _token |
ChatSubCommandMap::const_iterator | _it |
ChatSubCommandMap::const_iterator | _end |
|
inline |
References _skip().
|
inlineprivate |
References _end, _handler, _it, _token, and StringStartsWithI().
Referenced by FilteredCommandListIterator(), and operator++().
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Referenced by _skip(), and operator bool().
|
private |
Referenced by _skip().
|
private |
Referenced by _skip(), operator bool(), operator*(), operator++(), and operator->().
|
private |
Referenced by _skip().