TrinityCore
Trinity::ChatCommands::Hyperlink< linktag > Struct Template Reference

#include <ChatCommandTags.h>

+ Inheritance diagram for Trinity::ChatCommands::Hyperlink< linktag >:

Public Types

using value_type = typename linktag::value_type
 
using storage_type = std::remove_cvref_t< value_type >
 
- Public Types inherited from Trinity::Impl::ChatCommands::ContainerTag
using ChatCommandResult = Trinity::Impl::ChatCommands::ChatCommandResult
 

Public Member Functions

 operator value_type () const
 
value_type operator* () const
 
storage_type const * operator-> () const
 
ChatCommandResult TryConsume (ChatHandler const *handler, std::string_view args)
 

Private Attributes

storage_type val
 

Detailed Description

template<typename linktag>
struct Trinity::ChatCommands::Hyperlink< linktag >

Definition at line 210 of file ChatCommandTags.h.

Member Typedef Documentation

◆ storage_type

template<typename linktag >
using Trinity::ChatCommands::Hyperlink< linktag >::storage_type = std::remove_cvref_t<value_type>

Definition at line 213 of file ChatCommandTags.h.

◆ value_type

template<typename linktag >
using Trinity::ChatCommands::Hyperlink< linktag >::value_type = typename linktag::value_type

Definition at line 212 of file ChatCommandTags.h.

Member Function Documentation

◆ operator value_type()

template<typename linktag >
Trinity::ChatCommands::Hyperlink< linktag >::operator value_type ( ) const
inline

Definition at line 215 of file ChatCommandTags.h.

◆ operator*()

template<typename linktag >
value_type Trinity::ChatCommands::Hyperlink< linktag >::operator* ( ) const
inline

Definition at line 216 of file ChatCommandTags.h.

◆ operator->()

template<typename linktag >
storage_type const * Trinity::ChatCommands::Hyperlink< linktag >::operator-> ( ) const
inline

Definition at line 217 of file ChatCommandTags.h.

◆ TryConsume()

template<typename linktag >
ChatCommandResult Trinity::ChatCommands::Hyperlink< linktag >::TryConsume ( ChatHandler const *  handler,
std::string_view  args 
)
inline

Definition at line 219 of file ChatCommandTags.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ val

template<typename linktag >
storage_type Trinity::ChatCommands::Hyperlink< linktag >::val
private

Definition at line 243 of file ChatCommandTags.h.


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