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

adapter between an _Invoker and function3 More...

#include <adapter.h>

Inherits sprint::function3< R, P1, P2, P3 >.

List of all members.

Public Member Functions

 adapter3 (const typename _Invoker::ParamType &p)
virtual R operator() (P1 p1, P2 p2, P3 p3)

Detailed Description

template<class R, class _Invoker, class P1, class P2, class P3>
class sprint::detail::adapter3< R, _Invoker, P1, P2, P3 >

adapter between an _Invoker and function3


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