sprint 1-alpha
Public Member Functions
sprint::function3< R, P1, P2, P3 > Class Template Reference

virtual function with 3 parameters. R is the return type More...

#include <function.h>

Inherited by sprint::detail::adapter3< R, _Invoker, P1, P2, P3 >.

List of all members.

Public Member Functions

virtual R operator() (P1 p1, P2 p2, P3 p3)=0

Detailed Description

template<class R, class P1, class P2, class P3>
class sprint::function3< R, P1, P2, P3 >

virtual function with 3 parameters. R is the return type


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines