KFbxScopedLoadingFileName
#include<kfbxscopedloadingfilename.h>

Inheritance diagram for KFbxScopedLoadingFileName:

Inheritance graph
[legend]

List of all members.

Detailed Description

Implementation a loading strategy.

This loading strategy load a single dll and release it when the the strategy goes out of scope.

Definition at line60of filekfbxscopedloadingfilename.h.


Public Member Functions

Public interface
 KFbxScopedLoadingFileName(const char *pPath)
 Constructor.
virtual ~KFbxScopedLoadingFileName()
 Destructor.

Constructor&Destructor Documentation

KFbxScopedLoadingFileName(const char * pPath ) [explicit]

Constructor.

Parameters:
pPath The file path.

virtual ~KFbxScopedLoadingFileName( ) [virtual]

Destructor.