Public Types | |
|
typedef Functor< R, Seq< P01, P02, P03, P04, P05, P06, P07, P08, P09, P10, P11 > > | FBase |
Public Member Functions | |
| template<class R2, class Q01, class Q02, class Q03, class Q04, class Q05, class Q06, class Q07, class Q08, class Q09, class Q10, class Q11> | |
| Function (Function< R2(Q01, Q02, Q03, Q04, Q05, Q06, Q07, Q08, Q09, Q10, Q11)> func) | |
| Function () | |
| Function (const Function &func) | |
| Function (const int i) | |
| template<class Func> | |
| Function (Func func) | |
| template<class Host, class Func> | |
| Function (const Host &host, const Func &func) | |
Definition at line 287 of file Function.h.
1.5.1-p1