PostGIS
2.5.7dev-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)))
DECLTYPE
#define DECLTYPE(x)
Definition:
uthash.h:47
Definition at line
1016
of file
uthash.h
.
postgis
uthash.h
Generated by
1.9.1