#include <cartesianheap.h>
Classes | |
| class | MyTreap |
Public Member Functions | |
| ~CartesianHeap (void) | |
| void * | malloc (size_t sz) |
| void | free (void *ptr) |
| void | remove (void *ptr) |
Private Attributes | |
| MyTreap | treap |
| CartesianHeap< SuperHeap >::~CartesianHeap | ( | void | ) | [inline] |
| void CartesianHeap< SuperHeap >::free | ( | void * | ptr | ) | [inline] |
| void* CartesianHeap< SuperHeap >::malloc | ( | size_t | sz | ) | [inline] |
| void CartesianHeap< SuperHeap >::remove | ( | void * | ptr | ) | [inline] |
MyTreap CartesianHeap< SuperHeap >::treap [private] |
1.6.3