#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 line 71 of file kfbxscopedloadingdirectory.h.
Public Member Functions |
|
|
Public interface
|
|
| KFbxScopedLoadingDirectory (const char *pDirectoryPath, const char *pPluginExtension) | |
| Constructor. |
|
| virtual | ~KFbxScopedLoadingDirectory () |
| Destructor. |
|
| KFbxScopedLoadingDirectory | ( | const char * | pDirectoryPath, | |
| const char * | pPluginExtension | |||
| ) |
Constructor.
| pDirectoryPath | The directory path. | |
| pPluginExtension | The plug in extension. |
| virtual ~KFbxScopedLoadingDirectory | ( | ) | [virtual] |
Destructor.