Sly Engine
CollisionTestSelfCommand Class Reference

#include <CollisionTestSelfCommand.h>

Inheritance diagram for CollisionTestSelfCommand:
Inheritance graph
Collaboration diagram for CollisionTestSelfCommand:
Collaboration graph

Public Member Functions

 CollisionTestSelfCommand ()=delete
 
 CollisionTestSelfCommand (CollidableGroup *g1, CollisionDispatchBase *pd)
 
 CollisionTestSelfCommand (const CollisionTestSelfCommand &)=delete
 
 CollisionTestSelfCommand (CollisionTestSelfCommand &&)=delete
 
CollisionTestSelfCommandoperator= (const CollisionTestSelfCommand &)=delete
 
CollisionTestSelfCommandoperator= (CollisionTestSelfCommand &&)=delete
 
virtual ~CollisionTestSelfCommand ()
 
virtual void execute () override
 Executes this command. Pure virtual function must be defined by all derived commands. More...
 
- Public Member Functions inherited from CollisionTestCommandBase
 CollisionTestCommandBase ()=default
 
 CollisionTestCommandBase (const CollisionTestCommandBase &)=delete
 
 CollisionTestCommandBase (CollisionTestCommandBase &&)=delete
 
CollisionTestCommandBaseoperator= (const CollisionTestCommandBase &)=delete
 
CollisionTestCommandBaseoperator= (CollisionTestCommandBase &&)=delete
 
virtual ~CollisionTestCommandBase ()=default
 
- 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

CollisionDispatchBasepDispatch
 
CollidableGrouppG1
 

Constructor & Destructor Documentation

◆ CollisionTestSelfCommand() [1/4]

CollisionTestSelfCommand::CollisionTestSelfCommand ( )
delete

◆ CollisionTestSelfCommand() [2/4]

CollisionTestSelfCommand::CollisionTestSelfCommand ( CollidableGroup g1,
CollisionDispatchBase pd 
)

◆ CollisionTestSelfCommand() [3/4]

CollisionTestSelfCommand::CollisionTestSelfCommand ( const CollisionTestSelfCommand )
delete

◆ CollisionTestSelfCommand() [4/4]

CollisionTestSelfCommand::CollisionTestSelfCommand ( CollisionTestSelfCommand &&  )
delete

◆ ~CollisionTestSelfCommand()

CollisionTestSelfCommand::~CollisionTestSelfCommand ( )
virtual

Member Function Documentation

◆ execute()

void CollisionTestSelfCommand::execute ( )
overridevirtual

Executes this command. Pure virtual function must be defined by all derived commands.

Implements CommandBase.

Here is the call graph for this function:

◆ operator=() [1/2]

CollisionTestSelfCommand& CollisionTestSelfCommand::operator= ( CollisionTestSelfCommand &&  )
delete

◆ operator=() [2/2]

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

Member Data Documentation

◆ pDispatch

CollisionDispatchBase* CollisionTestSelfCommand::pDispatch
private

◆ pG1

CollidableGroup* CollisionTestSelfCommand::pG1
private

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