casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
casa::functor::f02< C, P1, P2 > Class Template Reference

#include <functor.h>

Inheritance diagram for casa::functor::f02< C, P1, P2 >:
casa::functor::f_

Public Member Functions

 f02 (C *o, void(C::*i)(P1, P2))
 
void invoke (P1 a1, P2 a2)
 
void invoke (args *ga)
 
- Public Member Functions inherited from casa::functor::f_
 f_ ()
 
virtual ~f_ ()
 

Private Attributes

C * obj
 
void(C::* impl )(P1, P2)
 

Detailed Description

template<class C, class P1, class P2>
class casa::functor::f02< C, P1, P2 >

Definition at line 145 of file functor.h.

Constructor & Destructor Documentation

template<class C , class P1 , class P2 >
casa::functor::f02< C, P1, P2 >::f02 ( C *  o,
void(C::*)(P1, P2)  i 
)
inline

Definition at line 147 of file functor.h.

Member Function Documentation

template<class C , class P1 , class P2 >
void casa::functor::f02< C, P1, P2 >::invoke ( P1  a1,
P2  a2 
)
inline
template<class C , class P1 , class P2 >
void casa::functor::f02< C, P1, P2 >::invoke ( args ga)
inlinevirtual

Member Data Documentation

template<class C , class P1 , class P2 >
void(C::* casa::functor::f02< C, P1, P2 >::impl)(P1, P2)
private

Definition at line 156 of file functor.h.

Referenced by casa::functor::f02< C, P1, P2 >::invoke().

template<class C , class P1 , class P2 >
C* casa::functor::f02< C, P1, P2 >::obj
private

Definition at line 155 of file functor.h.

Referenced by casa::functor::f02< C, P1, P2 >::invoke().


The documentation for this class was generated from the following file: