PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
HASH_ITER
#define HASH_ITER
(
hh,
head,
el,
tmp
)
Value:
for
(((el)=(
head
)), ((tmp)=
DECLTYPE
(el)((
head
!=NULL)?(
head
)->hh.next:NULL)); \
(el) != NULL; ((el)=(tmp)), ((tmp)=
DECLTYPE
(el)((tmp!=NULL)?(tmp)->hh.next:NULL)))
quantile_llist::head
struct quantile_llist_element * head
Definition:
librtcore.h:2348
DECLTYPE
#define DECLTYPE(x)
Definition:
uthash.h:47
Definition at line
1016
of file
uthash.h
.
postgis
uthash.h
Generated by
1.8.13