16#ifndef GEOS_INDEX_ITEMVISITOR_H
17#define GEOS_INDEX_ITEMVISITOR_H
19#include <geos/export.h>
31 virtual void visitItem(
void*) = 0;
A visitor for items in an index.
Definition: ItemVisitor.h:29
Basic namespace for all GEOS functionalities.
Definition: geos.h:40