SNode.C
|
#include <EndCommand.h>
Public Member Functions | |
EndCommand ()=default | |
~EndCommand () override=default | |
bool | execute (Request *request) override |
![]() | |
RequestCommand ()=default | |
RequestCommand (const RequestCommand &)=delete | |
RequestCommand (RequestCommand &&) noexcept=delete | |
RequestCommand & | operator= (const RequestCommand &)=delete |
RequestCommand & | operator= (RequestCommand &&) noexcept=delete |
virtual | ~RequestCommand () |
bool | getError () const |
Additional Inherited Members | |
![]() | |
bool | error = false |
Definition at line 31 of file EndCommand.h.
|
default |
|
overridedefault |
|
overridevirtual |
Implements web::http::client::RequestCommand.
Definition at line 30 of file EndCommand.cpp.