Sly Engine
|
#include <AlarmableDeregistrationCommand.h>
Public Member Functions | |
AlarmableDeregistrationCommand ()=delete | |
Default constructor. More... | |
AlarmableDeregistrationCommand (const AlarmableDeregistrationCommand &)=delete | |
Copy constructor. More... | |
AlarmableDeregistrationCommand (AlarmableDeregistrationCommand &&)=delete | |
Move constructor. More... | |
AlarmableDeregistrationCommand & | operator= (const AlarmableDeregistrationCommand &)=delete |
Assignment operator. More... | |
AlarmableDeregistrationCommand & | operator= (AlarmableDeregistrationCommand &&)=delete |
Move assignment operator. More... | |
virtual | ~AlarmableDeregistrationCommand ()=default |
Deconstructor. More... | |
AlarmableDeregistrationCommand (Alarmable *inputAl, AlarmableManager::ALARM_ID id) | |
Constructor. More... | |
void | execute () override |
Executes this command. More... | |
Public Member Functions inherited from SceneRegistry | |
SceneRegistry ()=default | |
Default constructor. More... | |
SceneRegistry (const SceneRegistry &)=delete | |
Copy constructor. More... | |
SceneRegistry (SceneRegistry &&)=delete | |
Move constructor. More... | |
SceneRegistry & | operator= (const SceneRegistry &)=delete |
Assignment operator. More... | |
SceneRegistry & | operator= (SceneRegistry &&)=delete |
Move assignment operator. More... | |
virtual | ~SceneRegistry ()=default |
Deconstructor. More... | |
Public Member Functions inherited from CommandBase | |
CommandBase ()=default | |
Default constructor. More... | |
CommandBase (const CommandBase &)=delete | |
Copy constructor. More... | |
CommandBase (CommandBase &&)=delete | |
Move constructor. More... | |
CommandBase & | operator= (const CommandBase &)=delete |
Assignment operator. More... | |
CommandBase & | operator= (CommandBase &&)=delete |
Move assignment operator. More... | |
virtual | ~CommandBase ()=default |
Deconstructor. More... | |
Private Attributes | |
Alarmable * | ptrAl |
The pointer alarmable. More... | |
AlarmableManager::ALARM_ID | alId |
Alarm identifier. More... | |
|
delete |
Default constructor.
|
delete |
Copy constructor.
|
delete |
Move constructor.
|
virtualdefault |
Deconstructor.
AlarmableDeregistrationCommand::AlarmableDeregistrationCommand | ( | Alarmable * | inputAl, |
AlarmableManager::ALARM_ID | id | ||
) |
Constructor.
[in,out] | inputAl | If non-null, the input alarmable. |
id | The alarm identifier. |
|
overridevirtual |
|
delete |
Move assignment operator.
|
delete |
Assignment operator.
|
private |
Alarm identifier.
|
private |
The pointer alarmable.