Static Public Member Functions | |
| template<typename FuncType> | |
| static std::string | Do (FuncType Func) |
| template<typename FuncType, typename Arg1> | |
| static std::string | Do (FuncType Func, Arg1 a1) |
| template<typename FuncType, typename Arg1, typename Arg2> | |
| static std::string | Do (FuncType Func, Arg1 a1, Arg2 a2) |
Definition at line 131 of file KeosConsoleFunctor.inl.
| static std::string CallFun< void >::Do | ( | FuncType | Func | ) | [inline, static] |
Definition at line 134 of file KeosConsoleFunctor.inl.
| static std::string CallFun< void >::Do | ( | FuncType | Func, | |
| Arg1 | a1 | |||
| ) | [inline, static] |
Definition at line 141 of file KeosConsoleFunctor.inl.
| static std::string CallFun< void >::Do | ( | FuncType | Func, | |
| Arg1 | a1, | |||
| Arg2 | a2 | |||
| ) | [inline, static] |
Definition at line 148 of file KeosConsoleFunctor.inl.
1.5.1-p1