Sly Engine
AlarmableDeregistrationCommand Class Reference

#include <AlarmableDeregistrationCommand.h>

Inheritance diagram for AlarmableDeregistrationCommand:
Inheritance graph
Collaboration diagram for AlarmableDeregistrationCommand:
Collaboration graph

Public Member Functions

 AlarmableDeregistrationCommand ()=delete
 Default constructor. More...
 
 AlarmableDeregistrationCommand (const AlarmableDeregistrationCommand &)=delete
 Copy constructor. More...
 
 AlarmableDeregistrationCommand (AlarmableDeregistrationCommand &&)=delete
 Move constructor. More...
 
AlarmableDeregistrationCommandoperator= (const AlarmableDeregistrationCommand &)=delete
 Assignment operator. More...
 
AlarmableDeregistrationCommandoperator= (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...
 
SceneRegistryoperator= (const SceneRegistry &)=delete
 Assignment operator. More...
 
SceneRegistryoperator= (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...
 
CommandBaseoperator= (const CommandBase &)=delete
 Assignment operator. More...
 
CommandBaseoperator= (CommandBase &&)=delete
 Move assignment operator. More...
 
virtual ~CommandBase ()=default
 Deconstructor. More...
 

Private Attributes

AlarmableptrAl
 The pointer alarmable. More...
 
AlarmableManager::ALARM_ID alId
 Alarm identifier. More...
 

Constructor & Destructor Documentation

◆ AlarmableDeregistrationCommand() [1/4]

AlarmableDeregistrationCommand::AlarmableDeregistrationCommand ( )
delete

Default constructor.

◆ AlarmableDeregistrationCommand() [2/4]

AlarmableDeregistrationCommand::AlarmableDeregistrationCommand ( const AlarmableDeregistrationCommand )
delete

Copy constructor.

◆ AlarmableDeregistrationCommand() [3/4]

AlarmableDeregistrationCommand::AlarmableDeregistrationCommand ( AlarmableDeregistrationCommand &&  )
delete

Move constructor.

◆ ~AlarmableDeregistrationCommand()

virtual AlarmableDeregistrationCommand::~AlarmableDeregistrationCommand ( )
virtualdefault

Deconstructor.

◆ AlarmableDeregistrationCommand() [4/4]

AlarmableDeregistrationCommand::AlarmableDeregistrationCommand ( Alarmable inputAl,
AlarmableManager::ALARM_ID  id 
)

Constructor.

Parameters
[in,out]inputAlIf non-null, the input alarmable.
idThe alarm identifier.

Member Function Documentation

◆ execute()

void AlarmableDeregistrationCommand::execute ( )
overridevirtual

Executes this command.

Implements CommandBase.

Here is the call graph for this function:

◆ operator=() [1/2]

AlarmableDeregistrationCommand& AlarmableDeregistrationCommand::operator= ( AlarmableDeregistrationCommand &&  )
delete

Move assignment operator.

◆ operator=() [2/2]

AlarmableDeregistrationCommand& AlarmableDeregistrationCommand::operator= ( const AlarmableDeregistrationCommand )
delete

Assignment operator.

Member Data Documentation

◆ alId

AlarmableManager::ALARM_ID AlarmableDeregistrationCommand::alId
private

Alarm identifier.

◆ ptrAl

Alarmable* AlarmableDeregistrationCommand::ptrAl
private

The pointer alarmable.


The documentation for this class was generated from the following files: