13 #ifndef _FBXSDK_CORE_BASE_MULTIMAP_H_ 14 #define _FBXSDK_CORE_BASE_MULTIMAP_H_ 37 bool Add(FbxHandle pKey, FbxHandle pItem);
43 bool Remove(FbxHandle pKey);
49 bool RemoveItem(FbxHandle pItem);
56 bool SetItem(FbxHandle pKey, FbxHandle pItem);
64 FbxHandle Get(FbxHandle pKey,
int* pIndex=
NULL);
74 FbxHandle GetFromIndex(
int pIndex, FbxHandle* pKey=
NULL);
80 bool RemoveFromIndex(
int pIndex);
95 #ifndef DOXYGEN_SHOULD_SKIP_THIS 103 Pair* FindEqual(FbxHandle pKey)
const;
FBX SDK environment definition.
Class to manipulate a map that can contain multiple times the same key.
int GetCount() const
Get number of items in the array.