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)))
#define DECLTYPE(x)
Definition: uthash.h:47

Definition at line 1016 of file uthash.h.