DtCommandFunctor provides an abstract interface for functions which takes a command and returns a response. More...
Inheritance diagram for MAKLogger::DtCommandFunctor:Public Member Functions | |
| virtual | ~DtCommandFunctor () |
| Virtual Destructor which does nothing. | |
| virtual DtResponse | operator() (const DtCommand &command)=0 |
| Abstract function call interface. | |
DtCommandFunctor provides an abstract interface for functions which takes a command and returns a response.