Public Member Functions

KFbxObjectMap< T, Compare > Class Template Reference

Search for all occurrences

Detailed Description

template<class T, class Compare>
class KFbxObjectMap< T, Compare >

This class maps types to objects.

Definition at line 165 of file kfbxpropertymap.h.

#include <kfbxpropertymap.h>

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

List of all members.

Public Member Functions

  KFbxObjectMap ()
  Constructor.
KFbxObject Get (typename KFbxMap< T, KFbxObject *, Compare >::kIterator pIterator)
  Get the object contained in an element.

Constructor & Destructor Documentation

KFbxObjectMap ( ) [inline]

Constructor.

Definition at line 169 of file kfbxpropertymap.h.

    {
    }

Member Function Documentation

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

Get the object contained in an element.

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

Definition at line 177 of file kfbxpropertymap.h.

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

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