iceoryx_doc  1.0.1
Public Member Functions | Protected Member Functions | List of all members
DesignPattern::Command< Arg > Class Template Reference

#include <action.hpp>

Public Member Functions

void operator() (Arg &arg)
 

Protected Member Functions

virtual void exec (Arg &arg)
 

Detailed Description

template<typename Arg>
class DesignPattern::Command< Arg >

Todo:

: variadic arguments and perfect forwarding

variant with return value and other nice features (in essence, a generic functor in contrast to lambdas)


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