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

#include <vtkDispatcher_Private.h>

Public Types

typedef RT ResultType
 

Public Member Functions

 FunctorRefDispatcherHelper (const FunctorRefDispatcherHelper &rhs)
 
 FunctorRefDispatcherHelper (Fun &f)
 
ResultType operator() (BaseLhs &lhs)
 

Detailed Description

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

Definition at line 47 of file vtkDispatcher_Private.h.

Member Typedef Documentation

◆ ResultType

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

Definition at line 52 of file vtkDispatcher_Private.h.

Constructor & Destructor Documentation

◆ FunctorRefDispatcherHelper() [1/2]

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

Definition at line 54 of file vtkDispatcher_Private.h.

◆ FunctorRefDispatcherHelper() [2/2]

template<class BaseLhs , class SomeLhs , typename RT , class CastLhs , class Fun >
vtkDispatcherPrivate::FunctorRefDispatcherHelper< BaseLhs, SomeLhs, RT, CastLhs, Fun >::FunctorRefDispatcherHelper ( Fun &  f)
inline

Definition at line 58 of file vtkDispatcher_Private.h.

Member Function Documentation

◆ operator()()

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

Definition at line 63 of file vtkDispatcher_Private.h.


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