FbxScopedLoadingFileName Class Reference
 
 
 
FbxScopedLoadingFileName Class Reference

#include <fbxscopedloadingfilename.h>


Class Description

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 28 of file fbxscopedloadingfilename.h.

Inheritance diagram for FbxScopedLoadingFileName:
FbxLoadingStrategy FbxPluginContainer FbxEmitter

List of all members.

Public Member Functions

Public interface
  FbxScopedLoadingFileName (const char *pPath)
  Constructor.
virtual  ~FbxScopedLoadingFileName ()
  Destructor.

Constructor & Destructor Documentation

FbxScopedLoadingFileName ( const char *  pPath ) [explicit]

Constructor.

Load plug-in.

Parameters:
pPath The file path.
virtual ~FbxScopedLoadingFileName ( ) [virtual]

Destructor.

Unload plug-in.


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