KFbxProperty::KFbxPropertyNameCache Struct Reference

#include <kfbxproperty.h>

List of all members.


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 662 of file kfbxproperty.h.


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 667 of file kfbxproperty.h.

~KFbxPropertyNameCache (  )  [inline]

Destructor, the name map is destroyed in destructor.

Definition at line 674 of file kfbxproperty.h.