#include <KeosConsoleFunctor.h>
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) |
Son rôle est surtout de faire la différence entre les fonctions ne renvoyant rien et les autres, sans avoir à spécialiser tous les CFunctionX
Definition at line 211 of file KeosConsoleFunctor.h.
| static std::string Keos::Console::CallFun< Ret >::Do | ( | FuncType | Func | ) | [inline, static] |
Definition at line 214 of file KeosConsoleFunctor.h.
| static std::string Keos::Console::CallFun< Ret >::Do | ( | FuncType | Func, | |
| Arg1 | a1 | |||
| ) | [inline, static] |
Definition at line 220 of file KeosConsoleFunctor.h.
| static std::string Keos::Console::CallFun< Ret >::Do | ( | FuncType | Func, | |
| Arg1 | a1, | |||
| Arg2 | a2 | |||
| ) | [inline, static] |
Definition at line 226 of file KeosConsoleFunctor.h.
1.5.1-p1