GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
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 } |
#define EMPQAD_DEBUG if(G_verbose() > G_verbose_std()) |
Definition at line 47 of file empq_adaptive.h.
Referenced by EMPQueueAdaptive< T, Key >::EMPQueueAdaptive(), and EMPQueueAdaptive< T, Key >::makeExternal().
enum regim_type |
Enumerator | |
---|---|
INMEM | |
EXTMEM | |
EXTMEM_DEBUG |
Definition at line 50 of file empq_adaptive.h.