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 "Array.inline.h"
#include "Array.imp.h"

Go to the source code of this file.

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 *  )