AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Hyperlinks.h"
Public Member Functions | |
HyperlinkInfo () | |
HyperlinkInfo (std::string_view t, uint32 c, std::string_view ta, std::string_view d, std::string_view te) | |
operator bool () | |
Public Attributes | |
bool const | ok |
std::string_view const | tail |
HyperlinkColor const | color |
std::string_view const | tag |
std::string_view const | data |
std::string_view const | text |
|
inline |
|
inline |
HyperlinkColor const Acore::Hyperlinks::HyperlinkInfo::color |
Referenced by ValidateAs().
std::string_view const Acore::Hyperlinks::HyperlinkInfo::data |
Referenced by Acore::ChatCommands::Hyperlink< linktag >::TryConsume(), and ValidateAs().
bool const Acore::Hyperlinks::HyperlinkInfo::ok |
Referenced by operator bool().
std::string_view const Acore::Hyperlinks::HyperlinkInfo::tag |
Referenced by Acore::ChatCommands::Hyperlink< linktag >::TryConsume().
std::string_view const Acore::Hyperlinks::HyperlinkInfo::tail |
std::string_view const Acore::Hyperlinks::HyperlinkInfo::text |
Referenced by ValidateAs().