FbxScopedLoadingDirectory Class Reference
 
 
 
FbxScopedLoadingDirectory Class Reference

#include <fbxscopedloadingdirectory.h>


Class Description

A plug-in loading strategy that loads all DLLs with a specific extension from a specific directory. When this class is destroyed all of the plug-ins are unloaded.

Definition at line 28 of file fbxscopedloadingdirectory.h.

Inheritance diagram for FbxScopedLoadingDirectory:
FbxLoadingStrategy FbxPluginContainer FbxEmitter

List of all members.

Public Member Functions

  FbxScopedLoadingDirectory (const char *pDirectoryPath, const char *pPluginExtension)
  Constructor, which also load plug-ins in the folder specified.
virtual  ~FbxScopedLoadingDirectory ()
  Destructor.

Constructor & Destructor Documentation

FbxScopedLoadingDirectory ( const char *  pDirectoryPath,
const char *  pPluginExtension 
)

Constructor, which also load plug-ins in the folder specified.

Parameters:
pDirectoryPath The directory path.
pPluginExtension The plug-in extension.
virtual ~FbxScopedLoadingDirectory ( ) [virtual]

Destructor.

Unload plug-ins.


The documentation for this class was generated from the following file: