#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 void * | UtilAllocateMemory (size_t) | 
| UtilExport void | UtilDeallocateMemory (void *) | 
| UtilExport void UtilOutOfMemoryException | ( | ) | 
| UtilExport void* UtilAllocateMemory | ( | size_t | ) | 
| UtilExport void UtilDeallocateMemory | ( | void * | ) |