GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
minmaxheap.h File Reference
#include <stdio.h>
#include <assert.h>
#include <stdlib.h>
#include <math.h>
#include <sstream>
#include "mm_utils.h"
#include "ami_config.h"
Include dependency graph for minmaxheap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  BasicMinMaxHeap< T >
 
class  MinMaxHeap< T >
 
class  UnboundedMinMaxHeap< T >
 

Macros

#define XXX   if(0)
 
#define MY_LOG_DEBUG_ID(x)
 
#define MMHEAP_INITIAL_SIZE   1024
 

Typedefs

typedef unsigned int HeapIndex
 

Macro Definition Documentation

◆ MMHEAP_INITIAL_SIZE

#define MMHEAP_INITIAL_SIZE   1024

Definition at line 776 of file minmaxheap.h.

◆ MY_LOG_DEBUG_ID

◆ XXX

#define XXX   if(0)

Typedef Documentation

◆ HeapIndex

typedef unsigned int HeapIndex

Definition at line 84 of file minmaxheap.h.