MySQL 9.1.0
Source Code Documentation
|
The geometries implement a hierarchical visitor pattern. More...
#include "sql/gis/geometries.h"
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 |
The geometries implement a hierarchical visitor pattern.
This file declares the interface for visitors.