MySQL 8.3.0
Source Code Documentation
geometry_visitor.h File Reference

The geometries implement a hierarchical visitor pattern. More...

Go to the source code of this file.

Classes

class  gis::Geometry_visitor
 Abstract visitor class to be used on class Geometry and descendants. More...
 
class  gis::Nop_visitor
 A visitor that implements the entire interface and does nothing. More...
 

Namespaces

namespace  gis
 

Detailed Description

The geometries implement a hierarchical visitor pattern.

This file declares the interface for visitors.