This class maps types to objects.
Definition at line 165 of file kfbxpropertymap.h.
#include <kfbxpropertymap.h>
Public Member Functions |
|
KFbxObjectMap () | |
Constructor. |
|
KFbxObject * | Get (typename KFbxMap< T, KFbxObject *, Compare >::kIterator pIterator) |
Get the object contained in an element.
|
KFbxObjectMap | ( | ) | [inline] |
KFbxObject* Get | ( | typename KFbxMap< T, KFbxObject *, Compare >::kIterator | pIterator | ) | [inline] |
Get the object contained in an element.
pIterator | The given element. |
Definition at line 177 of file kfbxpropertymap.h.
{
return pIterator ? pIterator->GetValue() : 0;
}