#include<kfbxscopedloadingdirectory.h>
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. |
KFbxScopedLoadingDirectory | ( | const char * | pDirectoryPath, | |
const char * | pPluginExtention | |||
) |
Constructor.
pDirectoryPath | The directory path. | |
pPluginExtention | The plug in extention. |
virtual ~KFbxScopedLoadingDirectory | ( | ) | [virtual] |
Destructor.