#include <fbxbindingoperator.h>
The abstract factory class for binding function.
Definition at line 215 of file fbxbindingoperator.h.
Public Member Functions |
|
| virtual | ~FunctionCreatorBase () |
| Destructor. |
|
| virtual const char * | GetFunctionName () const =0 |
| Get name of the function. |
|
| virtual Function * | CreateFunction () const =0 |
| Create the function. |
|
| virtual ~FunctionCreatorBase | ( | ) | [inline, virtual] |
| virtual const char* GetFunctionName | ( | ) | const [pure virtual] |
Get name of the function.
Implemented in FbxBindingOperator::FunctionCreator< FUNCTION >.
| virtual Function* CreateFunction | ( | ) | const [pure virtual] |
Create the function.
Implemented in FbxBindingOperator::FunctionCreator< FUNCTION >.