#include "ACSoap.h"
|
| static void | print (void *callbackArg, std::string_view msg) |
| |
| static void | commandFinished (void *callbackArg, bool success) |
| |
◆ SOAPCommand()
| SOAPCommand::SOAPCommand |
( |
| ) |
|
|
inline |
30 :
bool m_success
Definition ACSoap.h:58
◆ ~SOAPCommand()
| SOAPCommand::~SOAPCommand |
( |
| ) |
|
|
inline |
◆ appendToPrintBuffer()
| void SOAPCommand::appendToPrintBuffer |
( |
std::string_view |
msg | ) |
|
|
inline |
36 {
38 }
std::string m_printBuffer
Definition ACSoap.h:59
References m_printBuffer.
◆ commandFinished()
| void SOAPCommand::commandFinished |
( |
void * |
callbackArg, |
|
|
bool |
success |
|
) |
| |
|
static |
◆ hasCommandSucceeded()
| bool SOAPCommand::hasCommandSucceeded |
( |
| ) |
const |
|
inline |
◆ print()
| static void SOAPCommand::print |
( |
void * |
callbackArg, |
|
|
std::string_view |
msg |
|
) |
| |
|
inlinestatic |
◆ setCommandSuccess()
| void SOAPCommand::setCommandSuccess |
( |
bool |
val | ) |
|
|
inline |
◆ finishedPromise
| std::promise<void> SOAPCommand::finishedPromise |
◆ m_printBuffer
| std::string SOAPCommand::m_printBuffer |
◆ m_success
| bool SOAPCommand::m_success |
The documentation for this class was generated from the following files:
- azerothcore-wotlk/src/server/apps/worldserver/ACSoap/ACSoap.h
- azerothcore-wotlk/src/server/apps/worldserver/ACSoap/ACSoap.cpp