KFbxBindingOperator::FunctionCreator< FUNCTION > Class Template Reference


Detailed Description

template<class FUNCTION>
class KFbxBindingOperator::FunctionCreator< FUNCTION >

The concrete factory class for binding function.

Definition at line 215 of file kfbxbindingoperator.h.

#include <kfbxbindingoperator.h>

Inheritance diagram for KFbxBindingOperator::FunctionCreator< FUNCTION >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual char const *  GetFunctionName () const
virtual Function CreateFunction () const

Member Function Documentation

virtual char const* GetFunctionName ( ) const [inline, virtual]
virtual Function* CreateFunction ( ) const [inline, virtual]

Implements KFbxBindingOperator::FunctionCreatorBase.

Definition at line 223 of file kfbxbindingoperator.h.

        {
            return FbxSdkNew< FUNCTION >();
        }

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