mt4cpp
|
#include <CommandHistory.hpp>
Public Member Functions | |
void | insert (CommandID id, PCommand cmd) |
PCommand | find (CommandID id) const |
std::vector< CommandID > | keys () const |
void | clear () |
the collection of commands, it can find the command by Id to give the command status or progress etc. It is synchronized associative memory (std::map)
|
inline |
add the command to collection with given ID
|
inline |
try to find the Command of CommandId. If there is no command it returns the null pointer
|
inline |
CommandIDs stored in collection
|
inline |
clear the CommandHistory