Lumiera  0.pre.03
»edit your freedom«
CommandInvoker< SIG > Struct Template Reference

#include "steam/control/command-invocation.hpp"

Description

template<typename SIG>
struct steam::control::com::CommandInvoker< SIG >

transient invoker object for invoking the command based on a function provided at compile time. Because of the known signature, we're able to expose a precisely typed function invocation operator.

Definition at line 80 of file command-invocation.hpp.

Public Member Functions

 CommandInvoker (Command c)
 
template<typename TYPES >
ExecResult bindArg (Tuple< TYPES > const &args)
 

Public Attributes

Command com_
 
+ Inheritance diagram for CommandInvoker< SIG >:
+ Collaboration diagram for CommandInvoker< SIG >:

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