| 
    HDK
    
   | 
 
#include <UT_Functor.h>
 Inheritance diagram for UT_FunctorHandler1< ParentFunctor, FunctorType >:Public Types | |
| typedef ParentFunctor::ReturnType | ReturnType | 
| typedef ParentFunctor::Parm1Type | Parm1Type | 
  Public Types inherited from UT_FunctorImpl1< ParentFunctor::ReturnType, ParentFunctor::Parm1Type > | |
| typedef ParentFunctor::ReturnType | ReturnType | 
| typedef ParentFunctor::Parm1Type | Parm1Type | 
Public Member Functions | |
| UT_FunctorHandler1 (const FunctorType &functor) | |
| UT_FunctorImpl1< ReturnType,  Parm1Type > *  | clone () const override | 
| ReturnType | operator() (Parm1Type parm1) const override | 
| int64 | getMemoryUsage (bool inclusive) const override | 
  Public Member Functions inherited from UT_FunctorImpl1< ParentFunctor::ReturnType, ParentFunctor::Parm1Type > | |
| virtual | ~UT_FunctorImpl1 () | 
Additional Inherited Members | |
  Protected Member Functions inherited from UT_FunctorImpl1< ParentFunctor::ReturnType, ParentFunctor::Parm1Type > | |
| UT_FunctorImpl1 ()=default | |
| UT_FunctorImpl1 (const UT_FunctorImpl1 &)=default | |
| UT_FunctorImpl1 & | operator= (const UT_FunctorImpl1 &)=delete | 
Definition at line 152 of file UT_Functor.h.
| typedef ParentFunctor::Parm1Type UT_FunctorHandler1< ParentFunctor, FunctorType >::Parm1Type | 
Definition at line 158 of file UT_Functor.h.
| typedef ParentFunctor::ReturnType UT_FunctorHandler1< ParentFunctor, FunctorType >::ReturnType | 
Definition at line 157 of file UT_Functor.h.
      
  | 
  inline | 
Definition at line 159 of file UT_Functor.h.
      
  | 
  inlineoverridevirtual | 
Implements UT_FunctorImpl1< ParentFunctor::ReturnType, ParentFunctor::Parm1Type >.
Definition at line 162 of file UT_Functor.h.
      
  | 
  inlineoverridevirtual | 
Implements UT_FunctorImpl1< ParentFunctor::ReturnType, ParentFunctor::Parm1Type >.
Definition at line 168 of file UT_Functor.h.
      
  | 
  inlineoverridevirtual | 
Implements UT_FunctorImpl1< ParentFunctor::ReturnType, ParentFunctor::Parm1Type >.
Definition at line 165 of file UT_Functor.h.