KFbxProperty::KFbxPropertyNameCache Struct Reference


Detailed Description

This is an internal structure 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 603 of file kfbxproperty.h.

#include <kfbxproperty.h>

List of all members.

Public Member Functions

  KFbxPropertyNameCache (const KFbxProperty &prop)
  Constructor, the name map is created in the constructor.
  ~KFbxPropertyNameCache ()
  Destructor, the name map is destroyed in destructor.

Constructor & Destructor Documentation

KFbxPropertyNameCache ( const KFbxProperty prop ) [inline]

Constructor, the name map is created in the constructor.

Parameters:
prop Property for building and clearing the name map.

Definition at line 608 of file kfbxproperty.h.

                                                            :
               mProp(const_cast<KFbxProperty&>(prop))
            {
               mProp.BeginCreateOrFindProperty();
            }
~KFbxPropertyNameCache ( ) [inline]

Destructor, the name map is destroyed in destructor.

Definition at line 615 of file kfbxproperty.h.


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