flimEngine
Executioner Class Reference

An object that accepts commands and fires them all off when asked. More...

#include <Executioner.h>

Collaboration diagram for Executioner:
Collaboration graph

Public Member Functions

 Executioner ()=default
 
 ~Executioner ()
 
 Executioner (const Executioner &)=default
 
Executioneroperator= (const Executioner &)=default
 
void addCommand (Command *in)
 
void ExecuteCommands ()
 

Private Attributes

std::list< Command * > cmdList
 

Detailed Description

An object that accepts commands and fires them all off when asked.

Author
Jack Campbell
Date
3/5/2017

Constructor & Destructor Documentation

◆ Executioner() [1/2]

Executioner::Executioner ( )
default

◆ ~Executioner()

Executioner::~Executioner ( )
inline

◆ Executioner() [2/2]

Executioner::Executioner ( const Executioner )
default

Member Function Documentation

◆ addCommand()

void Executioner::addCommand ( Command in)

◆ ExecuteCommands()

void Executioner::ExecuteCommands ( )

◆ operator=()

Executioner& Executioner::operator= ( const Executioner )
default

Member Data Documentation

◆ cmdList

std::list<Command*> Executioner::cmdList
private

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