VTK  9.1.0
Public Types | Public Member Functions | List of all members
vtkDispatcherPrivate::FunctorDispatcherHelper< BaseLhs, SomeLhs, RT, CastLhs, Fun > Class Template Reference

#include <vtkDispatcher_Private.h>

Public Types

typedef RT ResultType
 

Public Member Functions

 FunctorDispatcherHelper (const FunctorDispatcherHelper &rhs)
 
 FunctorDispatcherHelper (Fun fun)
 
ResultType operator() (BaseLhs &lhs)
 

Detailed Description

template<class BaseLhs, class SomeLhs, typename RT, class CastLhs, class Fun>
class vtkDispatcherPrivate::FunctorDispatcherHelper< BaseLhs, SomeLhs, RT, CastLhs, Fun >

Definition at line 73 of file vtkDispatcher_Private.h.

Member Typedef Documentation

◆ ResultType

template<class BaseLhs , class SomeLhs , typename RT , class CastLhs , class Fun >
typedef RT vtkDispatcherPrivate::FunctorDispatcherHelper< BaseLhs, SomeLhs, RT, CastLhs, Fun >::ResultType

Definition at line 78 of file vtkDispatcher_Private.h.

Constructor & Destructor Documentation

◆ FunctorDispatcherHelper() [1/2]

template<class BaseLhs , class SomeLhs , typename RT , class CastLhs , class Fun >
vtkDispatcherPrivate::FunctorDispatcherHelper< BaseLhs, SomeLhs, RT, CastLhs, Fun >::FunctorDispatcherHelper ( const FunctorDispatcherHelper< BaseLhs, SomeLhs, RT, CastLhs, Fun > &  rhs)
inline

Definition at line 80 of file vtkDispatcher_Private.h.

◆ FunctorDispatcherHelper() [2/2]

template<class BaseLhs , class SomeLhs , typename RT , class CastLhs , class Fun >
vtkDispatcherPrivate::FunctorDispatcherHelper< BaseLhs, SomeLhs, RT, CastLhs, Fun >::FunctorDispatcherHelper ( Fun  fun)
inline

Definition at line 84 of file vtkDispatcher_Private.h.

Member Function Documentation

◆ operator()()

template<class BaseLhs , class SomeLhs , typename RT , class CastLhs , class Fun >
ResultType vtkDispatcherPrivate::FunctorDispatcherHelper< BaseLhs, SomeLhs, RT, CastLhs, Fun >::operator() ( BaseLhs &  lhs)
inline

Definition at line 89 of file vtkDispatcher_Private.h.


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