containers/Array.h File Reference

Array.h File Reference
#include "../maxheap.h"
#include <memory.h>
#include <stdlib.h>
#include <new>
#include "../assert1.h"
#include "../utilexp.h"
#include "../coreexp.h"
#include "../Util/MaxExceptions.h"
#include "Array.inline.h"
#include "Array.imp.h"

Classes

class  Array< T >
 A generic array container, with proper support for non-POD types. More...
 

Namespaces

 MaxSDK
 This API is used to support OLE structured storage streams containing user specified string data in 3ds Max scene files or other OLE Structured Storage based files.
 

Functions

UtilExport void UtilOutOfMemoryException ()
 
UtilExport voidUtilAllocateMemory (size_t)
 
UtilExport void UtilDeallocateMemory (void *)
 

Function Documentation

UtilExport void UtilOutOfMemoryException ( )
UtilExport void* UtilAllocateMemory ( size_t  )
UtilExport void UtilDeallocateMemory ( void )