#include <fbxproperty.h>
This is an internal class that you can use to build and clear the name map of properties. You can use the name map to speed up searching for property names.
Definition at line 529 of file fbxproperty.h.
Public Member Functions |
|
| FbxPropertyNameCache (const FbxProperty &prop) | |
| Constructor, the name map is created in the
constructor. |
|
| ~FbxPropertyNameCache () | |
| Destructor, the name map is destroyed in
destructor. |
|
| FbxPropertyNameCache | ( | const FbxProperty & | prop | ) | [inline] |
Constructor, the name map is created in the constructor.
| prop | Property for building and clearing the name map. |
Definition at line 535 of file fbxproperty.h.
: mProp(const_cast<FbxProperty&>(prop)){ mProp.BeginCreateOrFindProperty(); }
| ~FbxPropertyNameCache | ( | ) | [inline] |
Destructor, the name map is destroyed in destructor.
Definition at line 538 of file fbxproperty.h.
{ mProp.EndCreateOrFindProperty(); }