mt4cpp
Public Types | Public Member Functions | List of all members
mt4cpp::CommandHolder< T > Class Template Reference

holder with the type and pointer to command as well as the base class of command (smart pointer) More...

#include <Command.hpp>

Collaboration diagram for mt4cpp::CommandHolder< T >:
Collaboration graph

Public Types

typedef T CommandType
 the command type More...
 

Public Member Functions

 CommandHolder (T *cmd)
 
T * getObsCmd ()
 
PCommand get ()
 

Detailed Description

template<typename T>
class mt4cpp::CommandHolder< T >

holder with the type and pointer to command as well as the base class of command (smart pointer)

Member Typedef Documentation

template<typename T >
typedef T mt4cpp::CommandHolder< T >::CommandType

the command type


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