fbxmap.h File Reference

#include <fbxsdk/fbxsdk_def.h>
#include <fbxsdk/core/base/fbxcontainerallocators.h>
#include <fbxsdk/core/base/fbxpair.h>
#include <fbxsdk/fbxsdk_nsbegin.h>
#include <fbxsdk/fbxsdk_nsend.h>

Go to the source code of this file.

Classes

class   FbxRedBack_IteratorType< RecordType >
class   FbxRedBack_ConstIteratorType< RecordType >
class   FbxRedBlackTree< DATA_TYPE, KEY_COMPARE_FUNCTOR, ALLOCATOR >
  Implements an efficient ordered data storage. More...
class   FbxRedBlackTree< DATA_TYPE, KEY_COMPARE_FUNCTOR, ALLOCATOR >::RecordType
  This class represents a node in the tree. More...
struct   FbxLessCompare< T >
  Default comparator for FbxMap and FbxSet2, which assumes operator < is defined. More...
class   FbxMap< KEY_TYPE, VALUE_TYPE, KEY_COMPARE_FUNCTOR, ALLOCATOR >
  This class implements an efficient map based on key comparison, which stores key-value pairs. More...
class   FbxMap< KEY_TYPE, VALUE_TYPE, KEY_COMPARE_FUNCTOR, ALLOCATOR >::FbxKeyValuePair
  This class defines the key-value pairs used in FbxMap. More...
class   FbxSet2< VALUE_TYPE, KEY_COMPARE_FUNCTOR, ALLOCATOR >
  This class implements an efficient set based on value comparison, which stores values. More...
class   FbxSet2< VALUE_TYPE, KEY_COMPARE_FUNCTOR, ALLOCATOR >::FbxValue

Detailed Description

Definition in file fbxmap.h.