containers/Array.h File Reference
 
 
 
containers/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

namespace   MaxSDK

Functions

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

Function Documentation

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