TrinityCore
Loading...
Searching...
No Matches
Trinity::Hyperlinks::HyperlinkInfo Struct Reference

#include <Hyperlinks.h>

Public Member Functions

 HyperlinkInfo ()
 
 HyperlinkInfo (std::string_view t, std::string_view c, std::string_view ta, std::string_view d, std::string_view te)
 
 operator bool () const
 

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
 

Detailed Description

Definition at line 562 of file Hyperlinks.h.

Constructor & Destructor Documentation

◆ HyperlinkInfo() [1/2]

Trinity::Hyperlinks::HyperlinkInfo::HyperlinkInfo ( )
inline

Definition at line 564 of file Hyperlinks.h.

◆ HyperlinkInfo() [2/2]

Trinity::Hyperlinks::HyperlinkInfo::HyperlinkInfo ( std::string_view  t,
std::string_view  c,
std::string_view  ta,
std::string_view  d,
std::string_view  te 
)
inline

Definition at line 565 of file Hyperlinks.h.

Member Function Documentation

◆ operator bool()

Trinity::Hyperlinks::HyperlinkInfo::operator bool ( ) const
inlineexplicit

Definition at line 568 of file Hyperlinks.h.

Member Data Documentation

◆ color

HyperlinkColor const Trinity::Hyperlinks::HyperlinkInfo::color

Definition at line 571 of file Hyperlinks.h.

◆ data

std::string_view const Trinity::Hyperlinks::HyperlinkInfo::data

Definition at line 573 of file Hyperlinks.h.

◆ ok

bool const Trinity::Hyperlinks::HyperlinkInfo::ok

Definition at line 569 of file Hyperlinks.h.

◆ tag

std::string_view const Trinity::Hyperlinks::HyperlinkInfo::tag

Definition at line 572 of file Hyperlinks.h.

◆ tail

std::string_view const Trinity::Hyperlinks::HyperlinkInfo::tail

Definition at line 570 of file Hyperlinks.h.

◆ text

std::string_view const Trinity::Hyperlinks::HyperlinkInfo::text

Definition at line 574 of file Hyperlinks.h.


The documentation for this struct was generated from the following file: