AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
ChatCommandHelpers.h File Reference
#include "Define.h"
#include "Language.h"
#include "StringFormat.h"
#include <optional>
#include <string>
#include <string_view>
#include <type_traits>
#include <variant>

Go to the source code of this file.

Classes

struct  Acore::Impl::ChatCommands::tag_base< T, typename >
 
struct  Acore::Impl::ChatCommands::TokenizeResult
 
struct  Acore::Impl::ChatCommands::are_all_assignable< T, Ts >
 
struct  Acore::Impl::ChatCommands::are_all_assignable< void, Ts... >
 
struct  Acore::Impl::ChatCommands::get_nth< index, T1, Ts >
 
struct  Acore::Impl::ChatCommands::get_nth< 0, T1, Ts... >
 
struct  Acore::Impl::ChatCommands::ChatCommandResult
 

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 = ' '