A plug-in loading strategy that loads a single DLL by specifying the file name in the constructor, and unloads the DLL in its destructor.
Definition at line 35 of file kfbxscopedloadingfilename.h.
#include <kfbxscopedloadingfilename.h>
Public Member Functions |
|
Public interface
|
|
KFbxScopedLoadingFileName (const char *pPath) | |
Constructor. |
|
virtual | ~KFbxScopedLoadingFileName () |
Destructor. |
KFbxScopedLoadingFileName | ( | const char * | pPath | ) | [explicit] |
Constructor.
Load plug-in.
pPath | The file path. |
virtual ~KFbxScopedLoadingFileName | ( | ) | [virtual] |
Destructor.
Unload plug-in.