sprint 1-alpha
|
define function virtual objects More...
Go to the source code of this file.
Classes | |
class | sprint::function0< R > |
no parameter, only return type More... | |
class | sprint::function1< R, P1 > |
virtual function with 1 parameters. R is the return type More... | |
class | sprint::function2< R, P1, P2 > |
virtual function with 2 parameters. R is the return type More... | |
class | sprint::function3< R, P1, P2, P3 > |
virtual function with 3 parameters. R is the return type More... | |
class | sprint::function4< R, P1, P2, P3, P4 > |
virtual function with 4 parameters. R is the return type More... | |
class | sprint::function5< R, P1, P2, P3, P4, P5 > |
virtual function with 5 parameters. R is the return type More... | |
class | sprint::function6< R, P1, P2, P3, P4, P5, P6 > |
virtual function with 6 parameters. R is the return type More... | |
class | sprint::function7< R, P1, P2, P3, P4, P5, P6, P7 > |
virtual function with 7 parameters. R is the return type More... | |
class | sprint::function8< R, P1, P2, P3, P4, P5, P6, P7, P8 > |
virtual function with 8 parameters. R is the return type More... | |
class | sprint::function9< R, P1, P2, P3, P4, P5, P6, P7, P8, P9 > |
virtual function with 9 parameters. R is the return type More... | |
class | sprint::function10< R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10 > |
virtual function with 10 parameters. R is the return type More... | |
class | sprint::function11< R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11 > |
virtual function with 11 parameters. R is the return type More... | |
class | sprint::function12< R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12 > |
virtual function with 12 parameters. R is the return type More... | |
Namespaces | |
namespace | sprint |
Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux. |
define function virtual objects