FbxProperty::FbxPropertyNameCache Class Reference
 
 
 
FbxProperty::FbxPropertyNameCache Class Reference

#include <fbxproperty.h>


Class Description

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.

List of all members.

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.

Constructor & Destructor Documentation

FbxPropertyNameCache ( const FbxProperty prop ) [inline]

Constructor, the name map is created in the constructor.

Parameters:
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.


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