Public Types | |
|
typedef Functor< R, Seq< P01, P02, P03, P04, P05, P06 > > | FBase |
Public Member Functions | |
| template<class R2, class Q01, class Q02, class Q03, class Q04, class Q05, class Q06> | |
| Function (Function< R2(Q01, Q02, Q03, Q04, Q05, Q06)> 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 211 of file Function.h.
1.5.1-p1