FBX C++ API Reference
fbxcontainerallocators.h File Reference

Go to the source code of this file.

Classes

class  FbxBaseAllocator
 An allocator class for use as a template parameter to one of the container class (FbxMap, FbxSet, FbxDynamicArray...) must implement these. More...
 
class  FbxHungryAllocator
 This allocator only frees the allocated memory when it is deleted. More...