![]() |
TrinityCore
|
#include <ChatCommandTags.h>
Inheritance diagram for Trinity::ChatCommands::Hyperlink< linktag >:Public Types | |
| using | value_type = typename linktag::value_type |
| using | storage_type = std::remove_cvref_t< value_type > |
Public Types inherited from Trinity::Impl::ChatCommands::ContainerTag | |
| using | ChatCommandResult = Trinity::Impl::ChatCommands::ChatCommandResult |
Public Member Functions | |
| operator value_type () const | |
| value_type | operator* () const |
| storage_type const * | operator-> () const |
| ChatCommandResult | TryConsume (ChatHandler const *handler, std::string_view args) |
Private Attributes | |
| storage_type | val |
Definition at line 194 of file ChatCommandTags.h.
| using Trinity::ChatCommands::Hyperlink< linktag >::storage_type = std::remove_cvref_t<value_type> |
Definition at line 197 of file ChatCommandTags.h.
| using Trinity::ChatCommands::Hyperlink< linktag >::value_type = typename linktag::value_type |
Definition at line 196 of file ChatCommandTags.h.
|
inline |
Definition at line 199 of file ChatCommandTags.h.
|
inline |
Definition at line 200 of file ChatCommandTags.h.
|
inline |
Definition at line 201 of file ChatCommandTags.h.
|
inline |
|
private |
Definition at line 227 of file ChatCommandTags.h.