casa
$Rev:20696$
|
Specialization for calls with no arguments and parameter. More...
#include <WrapperData.h>
Public Member Functions | |
WrapperData_FT (T(*f)(const T &)) | |
virtual | ~WrapperData_FT () |
virtual T | eval (typename Function< T >::FunctionArg x, const Vector< T > &par) const |
Evaluate the function at x . | |
Protected Attributes | |
T(* | pf_p )(const T &) |
Private Types | |
typedef WrapperData_FT< T, T, T, False, True > | myData |
Private Member Functions | |
WrapperData_FT (const myData &other) | |
myData & | operator= (const myData &other) |
Specialization for calls with no arguments and parameter.
Note that the actual name of the class is WrapperData
. The special name is only for the use of cxx2html.
Definition at line 285 of file WrapperData.h.
typedef WrapperData_FT<T,T,T,False,True> casa::WrapperData_FT< T, T, T, False, True >::myData [private] |
Definition at line 287 of file WrapperData.h.
casa::WrapperData_FT< T, T, T, False, True >::WrapperData_FT | ( | T(*)(const T &) | f | ) | [inline, explicit] |
Definition at line 290 of file WrapperData.h.
virtual casa::WrapperData_FT< T, T, T, False, True >::~WrapperData_FT | ( | ) | [inline, virtual] |
Definition at line 292 of file WrapperData.h.
casa::WrapperData_FT< T, T, T, False, True >::WrapperData_FT | ( | const myData & | other | ) | [private] |
virtual T casa::WrapperData_FT< T, T, T, False, True >::eval | ( | typename Function< T >::FunctionArg | x, |
const Vector< T > & | par | ||
) | const [inline, virtual] |
Evaluate the function at x
.
Implements casa::WrapperBase< T >.
Definition at line 293 of file WrapperData.h.
myData& casa::WrapperData_FT< T, T, T, False, True >::operator= | ( | const myData & | other | ) | [private] |
T(* casa::WrapperData_FT< T, T, T, False, True >::pf_p)(const T &) [protected] |
Definition at line 299 of file WrapperData.h.