GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include "ami_sort_impl.h"
Go to the source code of this file.
Macros | |
#define | SORT_DEBUG if(0) |
Functions | |
template<class T , class Compare > | |
AMI_err | AMI_sort (AMI_STREAM< T > *instream, AMI_STREAM< T > **outstream, Compare *cmp, int deleteInputStream=0) |
template<class T , class Compare > | |
int | isSorted (AMI_STREAM< T > *str, Compare cmp) |
#define SORT_DEBUG if(0) |
Definition at line 42 of file ami_sort.h.
AMI_err AMI_sort | ( | AMI_STREAM< T > * | instream, |
AMI_STREAM< T > ** | outstream, | ||
Compare * | cmp, | ||
int | deleteInputStream = 0 |
||
) |
Definition at line 95 of file ami_sort.h.
Referenced by EMPQueueAdaptive< T, Key >::makeExternal().
int isSorted | ( | AMI_STREAM< T > * | str, |
Compare | cmp | ||
) |
Definition at line 170 of file ami_sort.h.