OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Geospatial::GDAL::SpatialReferenceDeleter Struct Reference

#include <GDAL.h>

Public Member Functions

void operator() (OGRSpatialReference *ref)
 

Detailed Description

Definition at line 55 of file GDAL.h.

Member Function Documentation

void Geospatial::GDAL::SpatialReferenceDeleter::operator() ( OGRSpatialReference *  ref)

Definition at line 300 of file GDAL.cpp.

300  {
301  if (reference) {
302  OGRSpatialReference::DestroySpatialReference(reference);
303  }
304 }

The documentation for this struct was generated from the following files: