AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "ACSoap.h"
Public Member Functions | |
SOAPCommand () | |
~SOAPCommand () | |
void | appendToPrintBuffer (std::string_view msg) |
void | setCommandSuccess (bool val) |
bool | hasCommandSucceeded () const |
Static Public Member Functions | |
static void | print (void *callbackArg, std::string_view msg) |
static void | commandFinished (void *callbackArg, bool success) |
Public Attributes | |
bool | m_success |
std::string | m_printBuffer |
std::promise< void > | finishedPromise |
|
inline |
|
inline |
|
inline |
References m_printBuffer.
|
static |
References setCommandSuccess().
Referenced by ns1__executeCommand().
|
inline |
|
inlinestatic |
Referenced by ns1__executeCommand().
|
inline |
References finishedPromise, and m_success.
Referenced by commandFinished().
std::promise<void> SOAPCommand::finishedPromise |
Referenced by ns1__executeCommand(), and setCommandSuccess().
std::string SOAPCommand::m_printBuffer |
Referenced by appendToPrintBuffer(), and ns1__executeCommand().
bool SOAPCommand::m_success |
Referenced by hasCommandSucceeded(), and setCommandSuccess().