Public Member Functions

FbxObjectMap< T, Compare > Class Template Reference

Search for all occurrences

Detailed Description

template<class T, class Compare>
class FbxObjectMap< T, Compare >

This class maps types to objects.

Definition at line 139 of file fbxpropertymap.h.

#include <fbxpropertymap.h>

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

List of all members.

Public Member Functions

  FbxObjectMap ()
  Constructor.
FbxObject Get (typename FbxMapExt< T, FbxObject *, Compare >::Iterator pIterator)
  Get the object contained in an element.

Constructor & Destructor Documentation

FbxObjectMap ( ) [inline]

Constructor.

Definition at line 143 of file fbxpropertymap.h.

    {
    }

Member Function Documentation

FbxObject* Get ( typename FbxMapExt< T, FbxObject *, Compare >::Iterator  pIterator ) [inline]

Get the object contained in an element.

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

Definition at line 151 of file fbxpropertymap.h.

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

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