#include <fbxmap.h>
This class template declare a simple FbxObject map.
 Inheritance diagram for FbxObjectMap< Type, Compare >:Public Member Functions | |
| FbxObjectMap () | |
| Constructor.  More... | |
| FbxObject * | Get (typename FbxSimpleMap< Type, FbxObject *, Compare >::Iterator pIterator) | 
| Get the object contained in an element.  More... | |
  Public Member Functions inherited from FbxSimpleMap< Type, FbxObject *, Compare > | |
| void | Add (const Type &pKey, const FbxObject * &pValue) | 
| Add a key-value pair as an element.  More... | |
| Iterator | Find (const Type &pKey) const | 
| Find an element with a given key.  More... | |
| Iterator | Find (const FbxObject * &pValue) const | 
| Find an element with a given value.  More... | |
| void | Remove (Iterator pIterator) | 
| Remove an element from the map.  More... | |
| Iterator | GetFirst () const | 
| Get the first element.  More... | |
| Iterator | GetNext (Iterator pIterator) const | 
| Get the next element of a given element.  More... | |
| void | Clear () | 
| Remove all of the elements.  More... | |
| void | Reserve (int pSize) | 
| Reserve the space for given number elements.  More... | |
| int | GetCount () const | 
| Query the count of elements in the map.  More... | |
Additional Inherited Members | |
  Public Types inherited from FbxSimpleMap< Type, FbxObject *, Compare > | |
| typedef FbxMap< Type, FbxObject *, Compare >::RecordType * | Iterator | 
      
  | 
  inline | 
      
  | 
  inline |