casa
$Rev:20696$
|
prints out 104 116 136 More...
#include <UtilJ.h>
Public Member Functions | |
ComposedFunctor (F f, G g) | |
F::result_type | operator() (typename G::argument_type x) |
Private Attributes | |
F | f_p |
G | g_p |
prints out 104 116 136
casa::utilj::ComposedFunctor< F, G >::ComposedFunctor | ( | F | f, |
G | g | ||
) | [inline] |
F::result_type casa::utilj::ComposedFunctor< F, G >::operator() | ( | typename G::argument_type | x | ) | [inline] |
Definition at line 601 of file UtilJ.h.
References casa::utilj::ComposedFunctor< F, G >::f_p, and casa::utilj::ComposedFunctor< F, G >::g_p.
F casa::utilj::ComposedFunctor< F, G >::f_p [private] |
Definition at line 605 of file UtilJ.h.
Referenced by casa::utilj::ComposedFunctor< F, G >::operator()().
G casa::utilj::ComposedFunctor< F, G >::g_p [private] |
Definition at line 606 of file UtilJ.h.
Referenced by casa::utilj::ComposedFunctor< F, G >::operator()().