VTK
Public Types | Public Member Functions
vtkDispatcherPrivate::FunctorHandler< ParentFunctor, Fun > Class Template Reference

#include <vtkDispatcher_Private.h>

List of all members.

Public Types

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

Public Member Functions

 FunctorHandler (Fun &fun)
virtual ~FunctorHandler ()
ResultType operator() (Parm1 &p1)
virtual FunctorHandlerDoClone () const

Detailed Description

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

Definition at line 115 of file vtkDispatcher_Private.h.


Member Typedef Documentation

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

Definition at line 119 of file vtkDispatcher_Private.h.

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

Definition at line 120 of file vtkDispatcher_Private.h.


Constructor & Destructor Documentation

template<class ParentFunctor , typename Fun >
vtkDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::FunctorHandler ( Fun &  fun) [inline]

Definition at line 122 of file vtkDispatcher_Private.h.

template<class ParentFunctor , typename Fun >
virtual vtkDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::~FunctorHandler ( ) [inline, virtual]

Definition at line 123 of file vtkDispatcher_Private.h.


Member Function Documentation

template<class ParentFunctor , typename Fun >
ResultType vtkDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::operator() ( Parm1 p1) [inline]

Definition at line 125 of file vtkDispatcher_Private.h.

template<class ParentFunctor , typename Fun >
virtual FunctorHandler* vtkDispatcherPrivate::FunctorHandler< ParentFunctor, Fun >::DoClone ( ) const [inline, virtual]

Definition at line 127 of file vtkDispatcher_Private.h.


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