![]() |
TrinityCore
|
#include "ChatCommandHelpers.h"#include "Hyperlinks.h"#include "ObjectGuid.h"#include "Optional.h"#include "Util.h"#include <string>#include <string_view>#include <tuple>#include <type_traits>#include <utility>#include <variant>
Include dependency graph for ChatCommandTags.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | Trinity |
| namespace | Trinity::Impl |
| namespace | Trinity::Impl::ChatCommands |
| namespace | Trinity::ChatCommands |
Concepts | |
| concept | Trinity::ChatCommands::HasVariantConversionOperators |
Macros | |
| #define | EXACT_SEQUENCE(str) Trinity::ChatCommands::ExactSequence<str> |
Functions | |
| TC_GAME_API ChatCommandResult | Trinity::Impl::ChatCommands::TryConsumExactSequencee (std::string_view sequence, ChatHandler const *handler, std::string_view args) |
| #define EXACT_SEQUENCE | ( | str | ) | Trinity::ChatCommands::ExactSequence<str> |
Definition at line 96 of file ChatCommandTags.h.