flimEngine
|
An object that accepts commands and fires them all off when asked. More...
#include <Executioner.h>
Public Member Functions | |
Executioner ()=default | |
~Executioner () | |
Executioner (const Executioner &)=default | |
Executioner & | operator= (const Executioner &)=default |
void | addCommand (Command *in) |
void | ExecuteCommands () |
Private Attributes | |
std::list< Command * > | cmdList |
An object that accepts commands and fires them all off when asked.
|
default |
|
inline |
|
default |
void Executioner::addCommand | ( | Command * | in | ) |
void Executioner::ExecuteCommands | ( | ) |
|
default |
|
private |