|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <SFSoap.h>
Public Member Functions | |
| void | appendToPrintBuffer (const char *msg) |
| void | complete (bool success) |
| bool | hasCommandSucceeded () const |
| void | setCommandSuccess (bool val) |
| SOAPCommand () | |
| void | wait () |
| ~SOAPCommand () | |
Static Public Member Functions | |
| static void | commandFinished (void *callbackArg, bool success) |
| static void | print (void *callbackArg, const char *msg) |
Public Attributes | |
| std::string | m_printBuffer |
| bool | m_success |
Private Attributes | |
| bool | m_completed |
| std::condition_variable | m_condition |
| std::mutex | m_mutex |
|
inline |
Definition at line 86 of file SFSoap.h.
References m_completed, and m_success.
Referenced by commandFinished(), and print().
|
inline |
Definition at line 95 of file SFSoap.h.
References m_printBuffer.
|
static |
Definition at line 116 of file SFSoap.cpp.
References complete(), and SOAPCommand().
Referenced by ns1__executeCommand().
|
inline |
Definition at line 106 of file SFSoap.h.
References m_completed, m_condition, m_mutex, and m_success.
Referenced by commandFinished().
|
inline |
|
inlinestatic |
Definition at line 127 of file SFSoap.h.
References SOAPCommand().
Referenced by ns1__executeCommand().
|
inline |
|
inline |
Definition at line 100 of file SFSoap.h.
References m_completed, m_condition, and m_mutex.
Referenced by ns1__executeCommand().
|
private |
Definition at line 140 of file SFSoap.h.
Referenced by complete(), SOAPCommand(), and wait().
|
private |
Definition at line 139 of file SFSoap.h.
Referenced by complete(), and wait().
|
private |
Definition at line 138 of file SFSoap.h.
Referenced by complete(), and wait().
| std::string SOAPCommand::m_printBuffer |
Definition at line 135 of file SFSoap.h.
Referenced by appendToPrintBuffer(), and ns1__executeCommand().
| bool SOAPCommand::m_success |
Definition at line 134 of file SFSoap.h.
Referenced by complete(), hasCommandSucceeded(), setCommandSuccess(), and SOAPCommand().