CommandGeneratorMap.hpp
Go to the documentation of this file.
std::vector< std::pair< CommandKey, CommandFactory > > CommandGeneratorMap
The CommandGeneratorMap struct.
Definition: CommandGeneratorMap.hpp:54
score::Command *(*)(const QByteArray &) CommandFactory
Base factory for commands.
Definition: CommandGeneratorMap.hpp:47
Creates and inserts a new factory class for a given command, in a list of such factories.
Definition: CommandGeneratorMap.hpp:66