GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
empq_adaptive.h File Reference
#include "minmaxheap.h"
#include "empq.h"
#include "empq_impl.h"
Include dependency graph for empq_adaptive.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  EMPQueueAdaptive< T, Key >
 

Macros

#define EMPQAD_DEBUG   if(G_verbose() > G_verbose_std())
 

Enumerations

enum  regim_type { INMEM = 0, EXTMEM, EXTMEM_DEBUG }
 

Macro Definition Documentation

◆ EMPQAD_DEBUG

#define EMPQAD_DEBUG   if(G_verbose() > G_verbose_std())

Enumeration Type Documentation

◆ regim_type

enum regim_type
Enumerator
INMEM 
EXTMEM 
EXTMEM_DEBUG 

Definition at line 50 of file empq_adaptive.h.