FbxObjectMap< Type, Compare > Class Template Reference
 
 
 
FbxObjectMap< Type, Compare > Class Template Reference

#include <fbxmap.h>


Class Description

template<class Type, class Compare>
class FbxObjectMap< Type, Compare >

This class template declare a simple FbxObject map.

Definition at line 348 of file fbxmap.h.

Inheritance diagram for FbxObjectMap< Type, Compare >:
FbxSimpleMap< Type, FbxObject *, Compare >

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

FbxObjectMap ( ) [inline]

Constructor.

Definition at line 352 of file fbxmap.h.

{}

Member Function Documentation

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

Get the object contained in an element.

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

Definition at line 358 of file fbxmap.h.

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

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