AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Define.h"
#include "Language.h"
#include "StringFormat.h"
#include <optional>
#include <string>
#include <string_view>
#include <variant>
Go to the source code of this file.
Namespaces | |
namespace | Acore |
namespace | Acore::Impl |
namespace | Acore::Impl::ChatCommands |
Typedefs | |
template<typename T > | |
using | Acore::Impl::ChatCommands::tag_base_t = typename tag_base< T >::type |
template<std::size_t index, typename... Ts> | |
using | Acore::Impl::ChatCommands::get_nth_t = typename get_nth< index, Ts... >::type |
Functions | |
TokenizeResult | Acore::Impl::ChatCommands::tokenize (std::string_view args) |
AC_GAME_API void | Acore::Impl::ChatCommands::SendErrorMessageToHandler (ChatHandler *handler, std::string_view str) |
AC_GAME_API char const * | Acore::Impl::ChatCommands::GetAcoreString (ChatHandler const *handler, AcoreStrings which) |
template<typename... Ts> | |
std::string | Acore::Impl::ChatCommands::FormatAcoreString (ChatHandler const *handler, AcoreStrings which, Ts &&... args) |
Variables | |
static constexpr char | Acore::Impl::ChatCommands::COMMAND_DELIMITER = ' ' |