mt4cpp
Classes | Functions
CommandHistory.hpp File Reference

The collection of commands connected with scheduler. More...

#include <map>
#include <boost/noncopyable.hpp>
#include "Scheduler.hpp"
Include dependency graph for CommandHistory.hpp:

Go to the source code of this file.

Classes

class  mt4cpp::CommandHistory
 

Functions

CommandDesc mt4cpp::findCommandDescriptor (const CommandHistory &history, CommandID id)
 find the command descriptor of given ID. If the command is not found in history returns default Descriptor (id=0, status=NONE) More...
 
CommandID mt4cpp::executeAsynchronouslyAndRemember (Scheduler &scheduler, CommandHistory &history, PCommand cmd)
 
CommandID mt4cpp::executeSynchronouslyAndRemember (Scheduler &scheduler, CommandHistory &history, PCommand cmd)
 

Detailed Description

The collection of commands connected with scheduler.