GATE
gate::RunnableFunction Struct Reference
Inheritance diagram for gate::RunnableFunction:
gate::RunnableBuilder

Static Public Member Functions

template<class F >
static Runnable create (F func)
 
template<class F , class A1 >
static Runnable create (F func, A1 a1)
 
template<class F , class A1 , class A2 >
static Runnable create (F func, A1 a1, A2 a2)
 
template<class F , class A1 , class A2 , class A3 >
static Runnable create (F func, A1 a1, A2 a2, A3 a3)
 
template<class F , class A1 , class A2 , class A3 , class A4 >
static Runnable create (F func, A1 a1, A2 a2, A3 a3, A4 a4)
 

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