![]() |
TrinityCore
|
#include "ObjectGuid.h"#include "StringConvert.h"#include <array>#include <string>#include <string_view>
Include dependency graph for Hyperlinks.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::Hyperlinks |
| namespace | Trinity::Hyperlinks::LinkTags |
Macros | |
| #define | make_base_tag(ltag, type) struct ltag : public base_tag { using value_type = type; static constexpr std::string_view tag() { return #ltag; } } |
| #define make_base_tag | ( | ltag, | |
| type | |||
| ) | struct ltag : public base_tag { using value_type = type; static constexpr std::string_view tag() { return #ltag; } } |
Definition at line 309 of file Hyperlinks.h.