VTK  9.1.0
Public Types | Public Member Functions | List of all members
vtkDispatcherPrivate::Functor< R, Parm1 > Class Template Reference

#include <vtkDispatcher_Private.h>

Public Types

typedef FunctorImpl< R, Parm1 > Impl
 
typedef R ResultType
 

Public Member Functions

 Functor ()
 
 Functor (const Functor &rhs)
 
template<typename Fun >
 Functor (Fun fun)
 
Functoroperator= (const Functor &rhs)
 
ResultType operator() (Parm1 &p1)
 

Detailed Description

template<typename R, typename Parm1>
class vtkDispatcherPrivate::Functor< R, Parm1 >

Definition at line 159 of file vtkDispatcher_Private.h.

Member Typedef Documentation

◆ Impl

template<typename R , typename Parm1 >
typedef FunctorImpl<R, Parm1> vtkDispatcherPrivate::Functor< R, Parm1 >::Impl

Definition at line 162 of file vtkDispatcher_Private.h.

◆ ResultType

template<typename R , typename Parm1 >
typedef R vtkDispatcherPrivate::Functor< R, Parm1 >::ResultType

Definition at line 163 of file vtkDispatcher_Private.h.

Constructor & Destructor Documentation

◆ Functor() [1/3]

template<typename R , typename Parm1 >
vtkDispatcherPrivate::Functor< R, Parm1 >::Functor ( )
inline

Definition at line 165 of file vtkDispatcher_Private.h.

◆ Functor() [2/3]

template<typename R , typename Parm1 >
vtkDispatcherPrivate::Functor< R, Parm1 >::Functor ( const Functor< R, Parm1 > &  rhs)
inline

Definition at line 170 of file vtkDispatcher_Private.h.

◆ Functor() [3/3]

template<typename R , typename Parm1 >
template<typename Fun >
vtkDispatcherPrivate::Functor< R, Parm1 >::Functor ( Fun  fun)
inline

Definition at line 176 of file vtkDispatcher_Private.h.

Member Function Documentation

◆ operator=()

template<typename R , typename Parm1 >
Functor & vtkDispatcherPrivate::Functor< R, Parm1 >::operator= ( const Functor< R, Parm1 > &  rhs)
inline

Definition at line 181 of file vtkDispatcher_Private.h.

◆ operator()()

template<typename R , typename Parm1 >
ResultType vtkDispatcherPrivate::Functor< R, Parm1 >::operator() ( Parm1 &  p1)
inline

Definition at line 188 of file vtkDispatcher_Private.h.


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