Public Member Functions

KFbxPropertyMap< T, Compare > Class Template Reference

Search for all occurrences

Detailed Description

template<class T, class Compare>
class KFbxPropertyMap< T, Compare >

This class maps types to properties.

Definition at line 143 of file kfbxpropertymap.h.

#include <kfbxpropertymap.h>

Inheritance diagram for KFbxPropertyMap< T, Compare >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  KFbxPropertyMap ()
  Constructor.
KFbxProperty  Get (typename KFbxMap< T, KFbxProperty, Compare >::kIterator pIterator)
  Get the property contained in an element.

Constructor & Destructor Documentation

KFbxPropertyMap ( ) [inline]

Constructor.

Definition at line 147 of file kfbxpropertymap.h.

    {
    }

Member Function Documentation

KFbxProperty Get ( typename KFbxMap< T, KFbxProperty, Compare >::kIterator  pIterator ) [inline]

Get the property contained in an element.

Parameters:
pIterator The given element.
Returns:
The property.

Definition at line 155 of file kfbxpropertymap.h.

    {
        return pIterator ? pIterator->GetValue() : KFbxProperty();
    }

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