casa
$Rev:20696$
|
Specialization for calls with no arguments and no parameters. More...
#include <WrapperData.h>
Public Member Functions | |
WrapperData_FF (T(*f)()) | |
virtual | ~WrapperData_FF () |
virtual T | eval (typename Function< T >::FunctionArg x, const Vector< T > &par) const |
Evaluate the function at x . | |
Protected Attributes | |
T(* | pf_p )() |
Private Types | |
typedef WrapperData_FF< T, T, T, True, False > | myData |
Private Member Functions | |
WrapperData_FF (const myData &other) | |
myData & | operator= (const myData &other) |
Specialization for calls with no arguments and no parameters.
Note that the actual name of the class is WrapperData
. The special name is only for the use of cxx2html.
Definition at line 445 of file WrapperData.h.
typedef WrapperData_FF<T,T,T,True,False> casa::WrapperData_FF< T, T, T, False, False >::myData [private] |
Definition at line 447 of file WrapperData.h.
casa::WrapperData_FF< T, T, T, False, False >::WrapperData_FF | ( | T(*)() | f | ) | [inline, explicit] |
Definition at line 450 of file WrapperData.h.
virtual casa::WrapperData_FF< T, T, T, False, False >::~WrapperData_FF | ( | ) | [inline, virtual] |
Definition at line 452 of file WrapperData.h.
casa::WrapperData_FF< T, T, T, False, False >::WrapperData_FF | ( | const myData & | other | ) | [private] |
virtual T casa::WrapperData_FF< T, T, T, False, False >::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 453 of file WrapperData.h.
myData& casa::WrapperData_FF< T, T, T, False, False >::operator= | ( | const myData & | other | ) | [private] |
T(* casa::WrapperData_FF< T, T, T, False, False >::pf_p)() [protected] |
Definition at line 459 of file WrapperData.h.