fbxsdk/core/base/fbxmap.h File Reference
 
 
 
fbxsdk/core/base/fbxmap.h File Reference

File Description

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

Go to the source code of this file.