casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Attributes | Private Types | Private Member Functions
casa::WrapperData_FT< T, T, T, False, True > Class Template Reference

Specialization for calls with no arguments and parameter. More...

#include <WrapperData.h>

Inheritance diagram for casa::WrapperData_FT< T, T, T, False, True >:
casa::WrapperBase< T >

List of all members.

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)
myDataoperator= (const myData &other)

Detailed Description

template<class T>
class casa::WrapperData_FT< T, T, T, False, True >

Specialization for calls with no arguments and parameter.

Synopsis

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.


Member Typedef Documentation

template<class T >
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.


Constructor & Destructor Documentation

template<class T >
casa::WrapperData_FT< T, T, T, False, True >::WrapperData_FT ( T(*)(const T &)  f) [inline, explicit]

Definition at line 290 of file WrapperData.h.

template<class T >
virtual casa::WrapperData_FT< T, T, T, False, True >::~WrapperData_FT ( ) [inline, virtual]

Definition at line 292 of file WrapperData.h.

template<class T >
casa::WrapperData_FT< T, T, T, False, True >::WrapperData_FT ( const myData other) [private]

Member Function Documentation

template<class T >
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.

template<class T >
myData& casa::WrapperData_FT< T, T, T, False, True >::operator= ( const myData other) [private]

Member Data Documentation

template<class T >
T(* casa::WrapperData_FT< T, T, T, False, True >::pf_p)(const T &) [protected]

Definition at line 299 of file WrapperData.h.


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