casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Private Attributes | List of all members
casa::utilj::UnaryFunctor< D, R > Class Template Reference

#include <UtilJ.h>

Inheritance diagram for casa::utilj::UnaryFunctor< D, R >:

Public Types

typedef R(* F )(D)
 

Public Member Functions

 UnaryFunctor (F f)
 
operator() (D x)
 

Private Attributes

F f_p
 

Detailed Description

template<typename D, typename R>
class casa::utilj::UnaryFunctor< D, R >

Definition at line 600 of file UtilJ.h.

Member Typedef Documentation

template<typename D , typename R >
typedef R(* casa::utilj::UnaryFunctor< D, R >::F)(D)

Definition at line 602 of file UtilJ.h.

Constructor & Destructor Documentation

template<typename D , typename R >
casa::utilj::UnaryFunctor< D, R >::UnaryFunctor ( F  f)
inline

Definition at line 604 of file UtilJ.h.

Member Function Documentation

template<typename D , typename R >
R casa::utilj::UnaryFunctor< D, R >::operator() ( x)
inline

Definition at line 605 of file UtilJ.h.

References casa::utilj::UnaryFunctor< D, R >::f_p.

Member Data Documentation

template<typename D , typename R >
F casa::utilj::UnaryFunctor< D, R >::f_p
private

Definition at line 609 of file UtilJ.h.

Referenced by casa::utilj::UnaryFunctor< D, R >::operator()().


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