Public Member Functions

FbxObjectMap< Type, Compare > Class Template Reference

Search for all occurrences

Detailed 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.

#include <fbxmap.h>

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

List of all members.

Public Member Functions

 FbxObjectMap ()
 Constructor.
FbxObjectGet (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:
pIteratorThe 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: