array.h File Reference

#include "macros.h"

Include dependency graph for array.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Namespaces

namespace   mudbox

Classes

class   mudbox::Block
  An internal helper class, representing a block of memory. Use the Store class instead. More...
class   mudbox::Array< type >
  An internal helper class, representing an array. Use the Store class instead. More...
class   mudbox::Store< type >
  Simple array class. More...

Functions

void MBDLL_DECL  QuickSort (void *pBase, unsigned int iNum, unsigned int iSize, int(*fComparator)(const void *, const void *))

Function Documentation

void MBDLL_DECL QuickSort void *  pBase,
unsigned int  iNum,
unsigned int  iSize,
int(*)(const void *, const void *)  fComparator