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::f01< C, P1 > Class Template Reference

#include <functor.h>

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

Public Member Functions

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

Private Attributes

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

Detailed Description

template<class C, class P1>
class casa::functor::f01< C, P1 >

Definition at line 131 of file functor.h.

Constructor & Destructor Documentation

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

Definition at line 133 of file functor.h.

Member Function Documentation

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

Implements casa::functor::f_.

Definition at line 135 of file functor.h.

References casa::functor::args01< T1 >::one().

Member Data Documentation

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

Definition at line 142 of file functor.h.

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

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

Definition at line 141 of file functor.h.

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


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