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

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

#include <function.h>

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

List of all members.

Public Member Functions

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

Detailed Description

template<class R, class P1, class P2>
class sprint::function2< R, P1, P2 >

virtual function with 2 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