AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "ChatCommandTags.h"
Public Types | |
using | value_type = void |
Public Types inherited from Acore::Impl::ChatCommands::ContainerTag | |
using | ChatCommandResult = Acore::Impl::ChatCommands::ChatCommandResult |
Public Member Functions | |
ChatCommandResult | TryConsume (ChatHandler const *handler, std::string_view args) const |
Static Private Attributes | |
static constexpr std::array< char, sizeof...(chars)> | _storage = { chars... } |
static constexpr std::string_view | _string = { _storage.data(), std::string_view::traits_type::length(_storage.data()) } |
using Acore::ChatCommands::ExactSequence< chars >::value_type = void |
|
inline |
References Acore::ChatCommands::ExactSequence< chars >::_string, Acore::Impl::ChatCommands::FormatAcoreString(), LANG_CMDPARSER_EXACT_SEQ_MISMATCH, StringEqualI(), and Acore::Impl::ChatCommands::tokenize().
|
staticconstexprprivate |
|
staticconstexprprivate |
Referenced by Acore::ChatCommands::ExactSequence< chars >::TryConsume().