This is the complete list of members for
nitro::FunctionWrapper< void >, including all inherited members.
operator()(void(*CallingFunction)(void)) | nitro::FunctionWrapper< void > | [inline] |
operator()(void(*CallingFunction)(type1), type1 &Param1) | nitro::FunctionWrapper< void > | [inline] |
operator()(void(*CallingFunction)(type1, type2), type1 &Param1, type2 &Param2) | nitro::FunctionWrapper< void > | [inline] |
operator()(void(*CallingFunction)(type1, type2, type3), type1 &Param1, type2 &Param2, type3 &Param3) | nitro::FunctionWrapper< void > | [inline] |
operator()(void(*CallingFunction)(type1, type2, type3, type4), type1 &Param1, type2 &Param2, type3 &Param3, type4 &Param4) | nitro::FunctionWrapper< void > | [inline] |
operator()(void(*CallingFunction)(type1, type2, type3, type4, type5), type1 &Param1, type2 &Param2, type3 &Param3, type4 &Param4, type5 &Param5) | nitro::FunctionWrapper< void > | [inline] |