TrinityCore
Loading...
Searching...
No Matches
HyperlinkDataTokenizer Class Reference

Public Member Functions

 HyperlinkDataTokenizer (std::string_view str)
 
template<typename T >
bool TryConsumeTo (T &val)
 
bool IsEmpty ()
 

Private Attributes

std::string_view _str
 

Detailed Description

Definition at line 27 of file HyperlinkTags.cpp.

Constructor & Destructor Documentation

◆ HyperlinkDataTokenizer()

HyperlinkDataTokenizer::HyperlinkDataTokenizer ( std::string_view  str)
inline

Definition at line 30 of file HyperlinkTags.cpp.

Member Function Documentation

◆ IsEmpty()

bool HyperlinkDataTokenizer::IsEmpty ( )
inline

Definition at line 53 of file HyperlinkTags.cpp.

+ Here is the caller graph for this function:

◆ TryConsumeTo()

template<typename T >
bool HyperlinkDataTokenizer::TryConsumeTo ( T &  val)
inline

Definition at line 33 of file HyperlinkTags.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ _str

std::string_view HyperlinkDataTokenizer::_str
private

Definition at line 56 of file HyperlinkTags.cpp.


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