#include <ChatCommandHelpers.h>
|
| std::variant< std::monostate, std::string_view, std::string > | _storage |
| |
Definition at line 77 of file ChatCommandHelpers.h.
◆ ChatCommandResult() [1/7]
| Trinity::Impl::ChatCommands::ChatCommandResult::ChatCommandResult |
( |
std::nullopt_t |
| ) |
|
|
inlinenoexcept |
◆ ChatCommandResult() [2/7]
| Trinity::Impl::ChatCommands::ChatCommandResult::ChatCommandResult |
( |
std::string const & |
| ) |
|
|
delete |
◆ ChatCommandResult() [3/7]
| Trinity::Impl::ChatCommands::ChatCommandResult::ChatCommandResult |
( |
std::string && |
s | ) |
|
|
inlinenoexcept |
◆ ChatCommandResult() [4/7]
| Trinity::Impl::ChatCommands::ChatCommandResult::ChatCommandResult |
( |
char const * |
c | ) |
|
|
inline |
◆ ChatCommandResult() [5/7]
| Trinity::Impl::ChatCommands::ChatCommandResult::ChatCommandResult |
( |
std::string_view |
s | ) |
|
|
inlinenoexcept |
◆ ChatCommandResult() [6/7]
| Trinity::Impl::ChatCommands::ChatCommandResult::ChatCommandResult |
( |
ChatCommandResult const & |
| ) |
|
|
delete |
◆ ChatCommandResult() [7/7]
| Trinity::Impl::ChatCommands::ChatCommandResult::ChatCommandResult |
( |
ChatCommandResult && |
| ) |
|
|
defaultnoexcept |
◆ ~ChatCommandResult()
| Trinity::Impl::ChatCommands::ChatCommandResult::~ChatCommandResult |
( |
| ) |
|
|
default |
◆ GetErrorMessage() [1/2]
| std::string && Trinity::Impl::ChatCommands::ChatCommandResult::GetErrorMessage |
( |
| ) |
&& |
|
inline |
◆ GetErrorMessage() [2/2]
| std::string const & Trinity::Impl::ChatCommands::ChatCommandResult::GetErrorMessage |
( |
| ) |
const & |
|
inline |
◆ HasErrorMessage()
| bool Trinity::Impl::ChatCommands::ChatCommandResult::HasErrorMessage |
( |
| ) |
const |
|
inline |
◆ IsSuccessful()
| bool Trinity::Impl::ChatCommands::ChatCommandResult::IsSuccessful |
( |
| ) |
const |
|
inline |
◆ operator bool()
| Trinity::Impl::ChatCommands::ChatCommandResult::operator bool |
( |
| ) |
const |
|
inlineexplicit |
◆ operator*()
| std::string_view Trinity::Impl::ChatCommands::ChatCommandResult::operator* |
( |
| ) |
const |
|
inline |
◆ operator=() [1/6]
| ChatCommandResult & Trinity::Impl::ChatCommands::ChatCommandResult::operator= |
( |
char const * |
c | ) |
|
|
inline |
◆ operator=() [2/6]
◆ operator=() [3/6]
◆ operator=() [4/6]
| ChatCommandResult & Trinity::Impl::ChatCommands::ChatCommandResult::operator= |
( |
std::nullopt_t |
| ) |
|
|
inlinenoexcept |
◆ operator=() [5/6]
| ChatCommandResult & Trinity::Impl::ChatCommands::ChatCommandResult::operator= |
( |
std::string && |
s | ) |
|
|
inlinenoexcept |
◆ operator=() [6/6]
| ChatCommandResult & Trinity::Impl::ChatCommands::ChatCommandResult::operator= |
( |
std::string_view |
s | ) |
|
|
inlinenoexcept |
◆ _storage
| std::variant<std::monostate, std::string_view, std::string> Trinity::Impl::ChatCommands::ChatCommandResult::_storage |
|
private |
The documentation for this struct was generated from the following file: