#include <fbxsdk/fbxsdk_def.h>#include <fbxsdk/core/base/fbxstring.h>#include <fbxsdk/core/base/fbxredblacktree.h>#include <fbxsdk/fbxsdk_nsbegin.h>#include <fbxsdk/fbxsdk_nsend.h>Definition in file fbxmap.h.
Classes |
|
| struct | FbxLessCompare< Type > |
| Default compare functor for
FbxMap and
FbxSet2, which assumes operator < is defined. More... |
|
| class | FbxMap< Key, Type, Compare, Allocator > |
| This class implements an efficient map based
on key comparison, which stores key-value pairs. More... |
|
| class | FbxMap< Key, Type, Compare, Allocator >::KeyValuePair |
| This class defines the key-value pairs used
by the map. More... |
|
| class | FbxSimpleMap< Key, Type, Compare > |
| A simple map class representing a
dictionary-like data structure. More... |
|
| class | FbxObjectMap< Type, Compare > |
| This class template declare a simple
FbxObject map. More... |
|
| class | FbxObjectStringMap |
| A class that maps strings to objects with a
basic string comparator. More... |
|