KFbxScopedLoadingDirectory
#include<kfbxscopedloadingdirectory.h>

Inheritance diagram for KFbxScopedLoadingDirectory:

Inheritance graph
[legend]

List of all members.

Detailed Description

Implementation a loading strategy.

This loading strategy loads all the dlls that has a specific extension in a specific directory and release it when the the strategy goes out of scope.

Definition at line73of filekfbxscopedloadingdirectory.h.


Public Member Functions

Public interface
 KFbxScopedLoadingDirectory(const char *pDirectoryPath, const char *pPluginExtention)
 Constructor.
virtual ~KFbxScopedLoadingDirectory()
 Destructor.

Constructor&Destructor Documentation

KFbxScopedLoadingDirectory(const char * pDirectoryPath,
const char * pPluginExtention 
)

Constructor.

Parameters:
pDirectoryPath The directory path.
pPluginExtention The plug in extention.

virtual ~KFbxScopedLoadingDirectory( ) [virtual]

Destructor.