GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-a351e5eb69
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())

Definition at line 43 of file empq_adaptive.h.

Enumeration Type Documentation

◆ regim_type

enum regim_type
Enumerator
INMEM 
EXTMEM 
EXTMEM_DEBUG 

Definition at line 45 of file empq_adaptive.h.