TrinityCore
Trinity::Hyperlinks::LinkTags::base_tag Struct Reference

#include <Hyperlinks.h>

Static Public Member Functions

static bool StoreTo (std::string_view &val, std::string_view data)
 
static bool StoreTo (std::string &val, std::string_view data)
 
template<typename T >
static std::enable_if_t< std::is_integral_v< T >, bool > StoreTo (T &val, std::string_view data)
 
static bool StoreTo (ObjectGuid &val, std::string_view data)
 

Detailed Description

Definition at line 268 of file Hyperlinks.h.

Member Function Documentation

◆ StoreTo() [1/4]

static bool Trinity::Hyperlinks::LinkTags::base_tag::StoreTo ( ObjectGuid val,
std::string_view  data 
)
inlinestatic

Definition at line 294 of file Hyperlinks.h.

+ Here is the call graph for this function:

◆ StoreTo() [2/4]

static bool Trinity::Hyperlinks::LinkTags::base_tag::StoreTo ( std::string &  val,
std::string_view  data 
)
inlinestatic

Definition at line 276 of file Hyperlinks.h.

◆ StoreTo() [3/4]

static bool Trinity::Hyperlinks::LinkTags::base_tag::StoreTo ( std::string_view &  val,
std::string_view  data 
)
inlinestatic

Definition at line 270 of file Hyperlinks.h.

+ Here is the caller graph for this function:

◆ StoreTo() [4/4]

template<typename T >
static std::enable_if_t< std::is_integral_v< T >, bool > Trinity::Hyperlinks::LinkTags::base_tag::StoreTo ( T &  val,
std::string_view  data 
)
inlinestatic

Definition at line 283 of file Hyperlinks.h.


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