|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <SFSoap.h>
Public Member Functions | |
| bool | IsRunning () const |
| void | Join () |
| SFSoapService () | |
| bool | Start (const std::string &host, uint16 port) |
| bool | StartWithRunner (std::function< void()> runner) |
| ~SFSoapService () | |
Private Member Functions | |
| SFSoapService & | operator= (SFSoapService const &)=delete |
| SFSoapService (SFSoapService const &)=delete | |
Private Attributes | |
| Skyfire::Asio::IoContextTaskRunner | _runner |
|
inline |
Definition at line 41 of file SFSoap.h.
Referenced by operator=(), and SFSoapService().
|
privatedelete |
References SFSoapService().
|
inline |
|
inline |
Definition at line 66 of file SFSoap.h.
References _runner.
Referenced by Master::Run(), and ~SFSoapService().
|
privatedelete |
References SFSoapService().
|
inline |
Definition at line 48 of file SFSoap.h.
References SFSoapRunnable::Run(), SFSoapRunnable::SetListenArguments(), and StartWithRunner().
Referenced by Master::Run().
|
inline |
|
private |
Definition at line 77 of file SFSoap.h.
Referenced by IsRunning(), Join(), and StartWithRunner().