Sly Engine
|
#include <TimeRequestCommand.h>
Public Member Functions | |
TimeRequestCommand ()=default | |
Default Constructor. More... | |
TimeRequestCommand (const TimeRequestCommand &)=delete | |
Copy Constructor. More... | |
TimeRequestCommand (TimeRequestCommand &&)=delete | |
Move operator. More... | |
TimeRequestCommand & | operator= (const TimeRequestCommand &)=delete |
Copy assignment operator. More... | |
TimeRequestCommand & | operator= (TimeRequestCommand &&)=delete |
Move assignment operator. More... | |
virtual | ~TimeRequestCommand ()=default |
Destructor (Virtual from CommandBase) More... | |
virtual void | execute () override |
Requests the time from the time manager. More... | |
Public Member Functions inherited from ConsoleCommand | |
ConsoleCommand ()=default | |
Default Constructor. More... | |
ConsoleCommand (const ConsoleCommand &)=delete | |
Copy Constructor. More... | |
ConsoleCommand (ConsoleCommand &&)=delete | |
Move operator. More... | |
ConsoleCommand & | operator= (const ConsoleCommand &)=delete |
Copy assignment operator. More... | |
ConsoleCommand & | operator= (ConsoleCommand &&)=delete |
Move assignment operator. More... | |
virtual | ~ConsoleCommand ()=default |
Destructor (Virtual from CommandBase) More... | |
virtual void | initialize (std::vector< std::string > arguments) |
Initializer list of arguments. 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... | |
|
default |
Default Constructor.
|
delete |
Copy Constructor.
|
delete |
Move operator.
|
virtualdefault |
Destructor (Virtual from CommandBase)
|
overridevirtual |
Requests the time from the time manager.
Implements ConsoleCommand.
|
delete |
Copy assignment operator.
|
delete |
Move assignment operator.