![]() |
TrinityCore
|
#include "Define.h"#include "Language.h"#include "Optional.h"#include <fmt/printf.h>#include <string>#include <string_view>#include <type_traits>#include <variant>
Include dependency graph for ChatCommandHelpers.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Trinity::Impl::ChatCommands::tag_base< T, typename > |
| struct | Trinity::Impl::ChatCommands::TokenizeResult |
| struct | Trinity::Impl::ChatCommands::ChatCommandResult |
Namespaces | |
| namespace | Trinity |
| namespace | Trinity::Impl |
| namespace | Trinity::Impl::ChatCommands |
Typedefs | |
| template<typename T > | |
| using | Trinity::Impl::ChatCommands::tag_base_t = typename tag_base< T >::type |
Functions | |
| TokenizeResult | Trinity::Impl::ChatCommands::tokenize (std::string_view args) noexcept |
| TC_GAME_API void | Trinity::Impl::ChatCommands::SendErrorMessageToHandler (ChatHandler *handler, std::string_view str) |
| TC_GAME_API char const * | Trinity::Impl::ChatCommands::GetTrinityString (ChatHandler const *handler, TrinityStrings which) |
| TC_GAME_API std::string | Trinity::Impl::ChatCommands::FormatTrinityString (std::string_view messageFormat, fmt::printf_args messageFormatArgs) |
| template<typename... Ts> | |
| std::string | Trinity::Impl::ChatCommands::FormatTrinityString (ChatHandler const *handler, TrinityStrings which, Ts &&... args) |
Variables | |
| static constexpr char | Trinity::Impl::ChatCommands::COMMAND_DELIMITER = ' ' |