#include <functor.h>
|
template<class C > |
f | make (C *o, void(C::*i)()) |
|
template<class C , class P1 > |
f | make (C *o, void(C::*i)(P1)) |
|
template<class C , class P1 , class P2 > |
f | make (C *o, void(C::*i)(P1, P2)) |
|
template<class C , class P1 , class P2 , class P3 > |
f | make (C *o, void(C::*i)(P1, P2, P3)) |
|
template<class C , class P1 , class P2 , class P3 , class P4 > |
f | make (C *o, void(C::*i)(P1, P2, P3, P4)) |
|
Definition at line 100 of file functor.h.
casa::functor::f::f |
( |
const f & |
other | ) |
|
|
inline |
virtual casa::functor::f::~f |
( |
| ) |
|
|
inlinevirtual |
casa::functor::f::f |
( |
f_ * |
p | ) |
|
|
inlineprivate |
void casa::functor::f::operator() |
( |
args * |
a | ) |
|
|
inline |
void casa::functor::f::operator() |
( |
args & |
a | ) |
|
|
inline |
void casa::functor::f::operator= |
( |
const f & |
| ) |
|
|
private |
std::string casa::functor::f::state |
( |
| ) |
const |
|
inline |
template<class C >
f make |
( |
C * |
o, |
|
|
void(C::*)() |
i |
|
) |
| |
|
friend |
template<class C , class P1 >
f make |
( |
C * |
o, |
|
|
void(C::*)(P1) |
i |
|
) |
| |
|
friend |
template<class C , class P1 , class P2 >
f make |
( |
C * |
o, |
|
|
void(C::*)(P1, P2) |
i |
|
) |
| |
|
friend |
template<class C , class P1 , class P2 , class P3 >
f make |
( |
C * |
o, |
|
|
void(C::*)(P1, P2, P3) |
i |
|
) |
| |
|
friend |
template<class C , class P1 , class P2 , class P3 , class P4 >
f make |
( |
C * |
o, |
|
|
void(C::*)(P1, P2, P3, P4) |
i |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: