VTK
Public Types | Public Member Functions | List of all members
vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun > Class Template Reference

#include <vtkDispatcher_Private.h>

Inherits Impl.

Public Types

typedef Base::ResultType ResultType
 
typedef Base::Parm1 Parm1
 
typedef Base::Parm2 Parm2
 

Public Member Functions

 FunctorHandler (const Fun &fun)
 
 ~FunctorHandler () override
 
ResultType operator() (Parm1 &p1, Parm2 &p2) override
 
FunctorHandlerDoClone () const override
 

Detailed Description

template<class ParentFunctor, typename Fun>
class vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >

Definition at line 276 of file vtkDispatcher_Private.h.

Member Typedef Documentation

template<class ParentFunctor , typename Fun >
typedef Base::ResultType vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::ResultType

Definition at line 280 of file vtkDispatcher_Private.h.

template<class ParentFunctor , typename Fun >
typedef Base::Parm1 vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::Parm1

Definition at line 281 of file vtkDispatcher_Private.h.

template<class ParentFunctor , typename Fun >
typedef Base::Parm2 vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::Parm2

Definition at line 282 of file vtkDispatcher_Private.h.

Constructor & Destructor Documentation

template<class ParentFunctor , typename Fun >
vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::FunctorHandler ( const Fun &  fun)
inline

Definition at line 284 of file vtkDispatcher_Private.h.

template<class ParentFunctor , typename Fun >
vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::~FunctorHandler ( )
inlineoverride

Definition at line 285 of file vtkDispatcher_Private.h.

Member Function Documentation

template<class ParentFunctor , typename Fun >
ResultType vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::operator() ( Parm1 p1,
Parm2 p2 
)
inlineoverride

Definition at line 287 of file vtkDispatcher_Private.h.

template<class ParentFunctor , typename Fun >
FunctorHandler* vtkDoubleDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::DoClone ( ) const
inlineoverride

Definition at line 290 of file vtkDispatcher_Private.h.


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