|
VTK
|
#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) | |
| Functor & | operator= (const Functor &rhs) |
| ResultType | operator() (Parm1 &p1) |
Definition at line 139 of file vtkDispatcher_Private.h.
| typedef FunctorImpl<R, Parm1> vtkDispatcherPrivate::Functor< R, Parm1 >::Impl |
Definition at line 142 of file vtkDispatcher_Private.h.
| typedef R vtkDispatcherPrivate::Functor< R, Parm1 >::ResultType |
Definition at line 143 of file vtkDispatcher_Private.h.
| vtkDispatcherPrivate::Functor< R, Parm1 >::Functor | ( | ) | [inline] |
Definition at line 145 of file vtkDispatcher_Private.h.
| vtkDispatcherPrivate::Functor< R, Parm1 >::Functor | ( | const Functor< R, Parm1 > & | rhs | ) | [inline] |
Definition at line 148 of file vtkDispatcher_Private.h.
| vtkDispatcherPrivate::Functor< R, Parm1 >::Functor | ( | Fun | fun | ) | [inline] |
Definition at line 152 of file vtkDispatcher_Private.h.
| Functor& vtkDispatcherPrivate::Functor< R, Parm1 >::operator= | ( | const Functor< R, Parm1 > & | rhs | ) | [inline] |
Definition at line 156 of file vtkDispatcher_Private.h.
| ResultType vtkDispatcherPrivate::Functor< R, Parm1 >::operator() | ( | Parm1 & | p1 | ) | [inline] |
Definition at line 167 of file vtkDispatcher_Private.h.
1.8.0