This class maps types to properties.
Definition at line 143 of file kfbxpropertymap.h.
#include <kfbxpropertymap.h>

Public Member Functions |
|
| KFbxPropertyMap () | |
| Constructor. |
|
| KFbxProperty | Get (typename KFbxMap< T, KFbxProperty, Compare >::kIterator pIterator) |
| Get the property contained in an element.
|
|
| KFbxPropertyMap | ( | ) | [inline] |
| KFbxProperty Get | ( | typename KFbxMap< T, KFbxProperty, Compare >::kIterator | pIterator | ) | [inline] |
Get the property contained in an element.
| pIterator | The given element. |
Definition at line 155 of file kfbxpropertymap.h.
{
return pIterator ? pIterator->GetValue() : KFbxProperty();
}