3ds Max C++ API 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
 

Functions

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

Function Documentation

◆ UtilOutOfMemoryException()

UtilExport void UtilOutOfMemoryException ( )

◆ UtilAllocateMemory()

UtilExport void* UtilAllocateMemory ( size_t  )

◆ UtilDeallocateMemory()

UtilExport void UtilDeallocateMemory ( void )